commit | f4888b1ef784ddddf088f67685572b647be5d460 | [log] [tgz] |
---|---|---|
author | Damien Martin-Guillerez <dmarting@google.com> | Wed Sep 02 09:09:22 2015 +0000 |
committer | Florian Weikert <fwe@google.com> | Wed Sep 02 11:54:23 2015 +0000 |
tree | 8ffd6cf148db2be6466a4cd774f9ca613237a8db | |
parent | 6787d30350e5eb84d7d27be46ce4fab06644ffa3 [diff] |
Do not remove the bin directory before installing. -- MOS_MIGRATED_REVID=102124504
diff --git a/scripts/packages/template_bin.sh b/scripts/packages/template_bin.sh index 9c8c74a..01e43bd 100755 --- a/scripts/packages/template_bin.sh +++ b/scripts/packages/template_bin.sh
@@ -127,7 +127,7 @@ # 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 .