Skip to content

Commit

Permalink
Assume PackageMaker now lives in /Applications/Utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
rentzsch committed Aug 31, 2012
1 parent 0f4d829 commit aa4d3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/make_installer.command
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ sed -e "s/MAJOR_VERSION/$MAJOR_VERSION/g" -e "s/MINOR_VERSION/$MINOR_VERSION/g"


sudo chown -R root 'build/root' sudo chown -R root 'build/root'
sudo chgrp -R admin 'build/root' sudo chgrp -R admin 'build/root'
/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -p "build/mogenerator-$VERSION.pkg" -f 'build/root' -i 'build/Info.plist' -d 'build/Description.plist' -ds /Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -p "build/mogenerator-$VERSION.pkg" -f 'build/root' -i 'build/Info.plist' -d 'build/Description.plist' -ds
hdiutil create -srcfolder "build/mogenerator-$VERSION.pkg" -volname "mogenerator $VERSION" "build/mogenerator-$VERSION.dmg" hdiutil create -srcfolder "build/mogenerator-$VERSION.pkg" -volname "mogenerator $VERSION" "build/mogenerator-$VERSION.dmg"

0 comments on commit aa4d3d5

Please sign in to comment.