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