mirror of https://github.com/odrling/Aegisub
Use 'SetFile' instead of '/usr/bin/SetFile' when creating the .dmg, 10.5 puts it in /usr/bin, on 10.4 it's in /Developer/Tools/.
Originally committed to SVN as r2876.
This commit is contained in:
parent
e1effd407d
commit
56fee329a2
|
@ -56,7 +56,7 @@ bless -openfolder "/Volumes/${PKG_NAME_VOLUME}" || exit $?
|
|||
|
||||
echo
|
||||
echo "---- Setting root icon using SetFile ----"
|
||||
/usr/bin/SetFile -a C "/Volumes/${PKG_NAME_VOLUME}" || exit $?
|
||||
SetFile -a C "/Volumes/${PKG_NAME_VOLUME}" || exit $?
|
||||
|
||||
echo
|
||||
echo "--- Generating /Volumes/${PKG_NAME_VOLUME}/.DS_Store ----"
|
||||
|
|
Loading…
Reference in New Issue