It's tools/ now now scripts/ (should fix osx dmging.)

Originally committed to SVN as r3397.
This commit is contained in:
Amar Takhar 2009-08-13 01:12:00 +00:00
parent 2a7e42c6a5
commit bb4207b380

View file

@ -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 ----"