mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
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:
parent
9e1a0f8a0d
commit
3491c0ffc5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user