From 310202ebc7db67d7510ecc837718a18959745f71 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Sat, 1 Oct 2005 21:54:55 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=8405 --- checkin_notes | 5 +++++ mac_installer/release_boinc.sh | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/checkin_notes b/checkin_notes index 03e1107116..32073c1104 100755 --- a/checkin_notes +++ b/checkin_notes @@ -12529,4 +12529,9 @@ Janus 01 Oct 2005 forum_report_post.php ops/ profile_screen_form.php +Charlie 1 Oct 2005 + - Mac: Small fixes to make installer build script more robust. + + mac_installer/ + release_boinc.sh diff --git a/mac_installer/release_boinc.sh b/mac_installer/release_boinc.sh index 1d74cc325c..8548f4933c 100644 --- a/mac_installer/release_boinc.sh +++ b/mac_installer/release_boinc.sh @@ -16,8 +16,8 @@ ## the current directory -rm -dfR ../BOINC_Installer/Installer\ Resources/ -rm -dfR ../BOINC_Installer/Pkg_Root +sudo rm -dfR ../BOINC_Installer/Installer\ Resources/ +sudo rm -dfR ../BOINC_Installer/Pkg_Root mkdir -p ../BOINC_Installer/Installer\ Resources/ @@ -41,7 +41,7 @@ cp -fpR mac_build/build/BOINCManager.app ../BOINC_Installer/Pkg_Root/Application cp -fpR mac_build/build/BOINCSaver.saver ../BOINC_Installer/Pkg_Root/Library/Screen\ Savers/ cp -fpR locale/client/ ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/locale -rm -dfR ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/locale/CVS +sudo rm -dfR ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/locale/CVS sudo chown -R root:admin ../BOINC_Installer/Pkg_Root/* sudo chmod -R 775 ../BOINC_Installer/Pkg_Root/* @@ -58,6 +58,8 @@ sudo chmod -R 755 ../BOINC_Installer/Pkg_Root/Library/Screen\ Savers/* sudo chown -R root:admin ../BOINC_Installer/Installer\ Resources/* sudo chmod -R 755 ../BOINC_Installer/Installer\ Resources/* +sudo rm -dfR ../BOINC_Installer/New_Release_$1_$2_$3/ + mkdir -p ../BOINC_Installer/New_Release_$1_$2_$3/ mkdir -p ../BOINC_Installer/New_Release_$1_$2_$3/boinc_$1.$2.$3_macOSX mkdir -p ../BOINC_Installer/New_Release_$1_$2_$3/boinc_$1.$2.$3_powerpc-apple-darwin