From 7255c57d2a00195799f8ae1fb8da25c31697c647 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 1 Nov 2013 02:57:39 -0700 Subject: [PATCH] Mac installer build scripts: add copyright notice, clean up temporary files --- mac_installer/myDistribution | 18 ++++++++++++++++++ mac_installer/release_boinc.sh | 5 ++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/mac_installer/myDistribution b/mac_installer/myDistribution index 76eb06a9f2..66a43623d2 100644 --- a/mac_installer/myDistribution +++ b/mac_installer/myDistribution @@ -1,4 +1,22 @@ + diff --git a/mac_installer/release_boinc.sh b/mac_installer/release_boinc.sh index 1dc674d7e0..e79b55e815 100644 --- a/mac_installer/release_boinc.sh +++ b/mac_installer/release_boinc.sh @@ -2,7 +2,7 @@ # This file is part of BOINC. # http://boinc.berkeley.edu -# Copyright (C) 2008 University of California +# Copyright (C) 2013 University of California # # BOINC is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License @@ -365,12 +365,11 @@ fi #popd cd "${BOINCPath}" -if [ 1 -ne 1 ]; then sudo rm -dfR ../BOINC_Installer/Installer\ Resources/ sudo rm -dfR ../BOINC_Installer/Installer\ Scripts/ sudo rm -dfR ../BOINC_Installer/Pkg_Root sudo rm -dfR ../BOINC_Installer/locale sudo rm -dfR ../BOINC_Installer/Installer\ templates sudo rm -dfR ../BOINC_Installer/expandedVBox -fi + return 0