From bb4207b380303dba212b138af0e28a98d0d2c946 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Thu, 13 Aug 2009 01:12:00 +0000 Subject: [PATCH] It's tools/ now now scripts/ (should fix osx dmging.) Originally committed to SVN as r3397. --- aegisub/tools/osx-dmg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/tools/osx-dmg.sh b/aegisub/tools/osx-dmg.sh index 814ce589d..25d94c997 100755 --- a/aegisub/tools/osx-dmg.sh +++ b/aegisub/tools/osx-dmg.sh @@ -60,7 +60,7 @@ SetFile -a C "/Volumes/${PKG_NAME_VOLUME}" || exit $? echo echo "--- Generating /Volumes/${PKG_NAME_VOLUME}/.DS_Store ----" -/usr/bin/perl scripts/osx-dmg-dsstore.pl "/Volumes/${PKG_NAME_VOLUME}/.DS_Store" "${PKG_DIR}" "/Volumes/${PKG_NAME_VOLUME}/.background/background.png" || exit $? +/usr/bin/perl tools/osx-dmg-dsstore.pl "/Volumes/${PKG_NAME_VOLUME}/.DS_Store" "${PKG_DIR}" "/Volumes/${PKG_NAME_VOLUME}/.background/background.png" || exit $? echo echo "---- Detaching ----"