aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-09-02 09:09:22 +0000
committerGravatar Florian Weikert <fwe@google.com>2015-09-02 11:54:23 +0000
commitf4888b1ef784ddddf088f67685572b647be5d460 (patch)
tree8ffd6cf148db2be6466a4cd774f9ca613237a8db
parent6787d30350e5eb84d7d27be46ce4fab06644ffa3 (diff)
Do not remove the bin directory before installing.
-- MOS_MIGRATED_REVID=102124504
-rwxr-xr-xscripts/packages/template_bin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/packages/template_bin.sh b/scripts/packages/template_bin.sh
index 9c8c74a57e..01e43bd0ba 100755
--- a/scripts/packages/template_bin.sh
+++ b/scripts/packages/template_bin.sh
@@ -127,7 +127,7 @@ test_write "${bazelrc}"
# Do the actual installation
echo -n "Uncompressing."
-rm -fr "${bin}" "${base}" "${bazelrc}"
+rm -fr "${bin}/bazel" "${base}"
mkdir -p ${bin} ${base} ${base}/bin ${base}/etc ${base}/base_workspace
echo -n .