From 02252a440f9f0230eef51593ec545a72b7e2dc2d Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Mon, 29 Dec 2008 07:11:44 +0000 Subject: [PATCH] s/Inkscape/@PKG_NAME@/ which will be replaced using sed. Originally committed to SVN as r2552. --- packages/osx_dmg/dmg_set_style.applescript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/osx_dmg/dmg_set_style.applescript b/packages/osx_dmg/dmg_set_style.applescript index 8e01281b1..cc8420eff 100644 --- a/packages/osx_dmg/dmg_set_style.applescript +++ b/packages/osx_dmg/dmg_set_style.applescript @@ -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 \ No newline at end of file +end tell