Mac OS X mred launcher script should be relative to executable

svn: r3260
This commit is contained in:
Matthew Flatt 2006-06-07 14:25:14 +00:00
parent ee899a3e2d
commit 3c261c5d05

View File

@ -12,7 +12,8 @@
(parameterize ([current-launcher-variant variant])
(make-mred-launcher null
(mred-program-launcher-path "MrEd")
'((exe-name . "MrEd")))))])
'((exe-name . "MrEd")
(relative? . #t)))))])
(install 'script)
(when (memq 'script-3m (available-mred-variants))
(install 'script-3m)))))))