From 3aa200135c1f32eb1a164182238529ac8e85da23 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 29 Sep 2010 03:39:04 +0000 Subject: [PATCH] Mac: update release scrit to add new BOINC skin svn path=/trunk/boinc/; revision=22421 --- checkin_notes | 6 ++++++ mac_installer/release_boinc.sh | 10 ++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index 11b4449866..fa3d434cd1 100644 --- a/checkin_notes +++ b/checkin_notes @@ -6892,3 +6892,9 @@ David 28 Sept 2010 client/ app_control.cpp + +Charlie 28 Sept 2010 + Mac: update release scrit to add new BOINC skin. + + mac_installer/ + release_boinc.sh diff --git a/mac_installer/release_boinc.sh b/mac_installer/release_boinc.sh index 22cda4c764..a9b4e621e0 100644 --- a/mac_installer/release_boinc.sh +++ b/mac_installer/release_boinc.sh @@ -20,7 +20,7 @@ ## # Release Script for Macintosh BOINC Manager 10/31/07 by Charlie Fenton ## updated 11/18/09 by Charlie Fenton for OS 10.6 Snow Leopard -## updated 4/16/10 by Charlie Fenton +## updated 9/28/10 by Charlie Fenton for new BOINC skins ## ## NOTE: This script uses PackageMaker, which is installed as part of the ## XCode developer tools. So you must have installed XCode Developer @@ -107,9 +107,15 @@ cp -fpR $BUILDPATH/switcher ../BOINC_Installer/Pkg_Root/Library/Application\ Sup cp -fpR $BUILDPATH/setprojectgrp ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/switcher/ ## cp -fpR $BUILDPATH/AppStats ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/switcher/ +## Copy the new BOINC skins into the installer tree, minus the CVS files +cd "${BOINCPath}/clientgui/skins" +cp -fpR BOINC ../../../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/skins/ +cd "${BOINCPath}" +sudo rm -dfR ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/skins/World\ Community\ Grid/CVS +sudo rm -dfR ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/skins/World\ Community\ Grid/graphic/CVS + ## FOR NOW - Don't install WCG Skins. If you reinstate this, also reinstate preinstall & preupgrade above ## Copy the World Community Grid skins into the installer tree, minus the CVS files -## mkdir -p ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/skins ## cd "${BOINCPath}/clientgui/skins" ## cp -fpR World\ Community\ Grid ../../../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/skins/ ## cd "${BOINCPath}"