macos-build-dmg-20051021

probably this script should take an argument which is the version string to use, and use it in the volume name and dmg name

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

probably this script should take an argument which is the version string to use,
 and use it in the volume name and dmg name
This commit is contained in:
Derrick Brashear 2005-10-22 07:43:09 +00:00
parent 9e1a0f8a0d
commit 3491c0ffc5

View File

@ -168,6 +168,11 @@ else
fi
rm -rf pkgroot pkgres
mkdir dmg
mv OpenAFS.pkg dmg
rm -rf OpenAFS.dmg
hdiutil create -srcfolder dmg -volname OpenAFS -anyowners OpenAFS.dmg
rm -rf dmg
# Unfortunately, sudo sets $USER to root, so I can't chown the
#.pkg dir back to myself
#chown -R $USER OpenAFS.pkg