Skip to content

Commit

Permalink
Do not remove the bin directory before installing.
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=102124504
  • Loading branch information
damienmg authored and fweikert committed Sep 2, 2015
1 parent 6787d30 commit f4888b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/packages/template_bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit f4888b1

Please sign in to comment.