s/Inkscape/@PKG_NAME@/ which will be replaced using sed.

Originally committed to SVN as r2552.
This commit is contained in:
Amar Takhar 2008-12-29 07:11:44 +00:00
parent 691b85697e
commit 02252a440f
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ disk image in which Inkscape is bundled on MacOS X
tell application "Finder"
tell disk "Inkscape"
tell disk "@PKG_NAME@"
open
tell container window
set current view to icon view
@ -38,4 +38,4 @@ tell application "Finder"
--give the finder some time to write the .DS_Store file
delay 7
end tell
end tell