mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
STABLE14-macos-103-packaging-20051201
fix packaging script for 10.3
(cherry picked from commit 72e221c0c1
)
This commit is contained in:
parent
083d886768
commit
13592e7fc6
@ -135,10 +135,13 @@ if [ $majorvers -ge 7 ]; then
|
||||
cp OpenAFS.post_install $PKGRES/postinstall
|
||||
cp OpenAFS.pre_upgrade $PKGRES/preupgrade
|
||||
cp OpenAFS.post_install $PKGRES/postupgrade
|
||||
cp InstallationCheck $PKGRES
|
||||
mkdir $PKGRES/English.lproj
|
||||
cp InstallationCheck $PKGRES/English.lproj
|
||||
chmod a+x $PKGRES/postinstall $PKGRES/postupgrade $PKGRES/preupgrade $PKGRES/InstallationCheck
|
||||
if [ $majorvers -ge 8 ]; then
|
||||
cp InstallationCheck $PKGRES
|
||||
mkdir $PKGRES/English.lproj
|
||||
cp InstallationCheck $PKGRES/English.lproj
|
||||
chmod a+x $PKGRES/InstallationCheck
|
||||
fi
|
||||
chmod a+x $PKGRES/postinstall $PKGRES/postupgrade $PKGRES/preupgrade
|
||||
else
|
||||
cp OpenAFS.post_install OpenAFS.pre_upgrade $PKGRES
|
||||
cp OpenAFS.post_install $PKGRES/OpenAFS.post_upgrade
|
||||
|
Loading…
Reference in New Issue
Block a user