aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xprojects/envoy/build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/envoy/build.sh b/projects/envoy/build.sh
index ba20c2e40..22d04f936 100755
--- a/projects/envoy/build.sh
+++ b/projects/envoy/build.sh
@@ -105,8 +105,7 @@ then
declare -r RSYNC_FILTER_ARGS=("--include" "*.h" "--include" "*.cc" "--include" \
"*.hpp" "--include" "*.cpp" "--include" "*.c" "--include" "*/" "--exclude" "*")
rsync -avLk "${RSYNC_FILTER_ARGS[@]}" "${SRC}"/envoy/bazel-out "${REMAP_PATH}"
- rsync -avLk "${RSYNC_FILTER_ARGS[@]}" /root "${OUT}"
- chmod -R 755 "${OUT}"/root
+ rsync -avLk "${RSYNC_FILTER_ARGS[@]}" "${HOME}" "${OUT}"
fi
# Copy out test driverless binaries from bazel-bin/.