Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3048)

Unified Diff: bin/cros_workon_make

Issue 5530004: cros_workon_place: actually inplace when doing an install (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/cros_workon_make
diff --git a/bin/cros_workon_make b/bin/cros_workon_make
index 1556149b8272b7ef13fab514c32edb9dc3528864..df5f0a7686b43cd132e30805989de4247e3d4adc 100755
--- a/bin/cros_workon_make
+++ b/bin/cros_workon_make
@@ -85,7 +85,8 @@ if [ "${FLAGS_test}" = "${FLAGS_TRUE}" ]; then
emerge_features="test"
fi
if [ "${FLAGS_install}" = "${FLAGS_TRUE}" ]; then
- FEATURES="${emerge_features}" "${EMERGECMD}" "${1}"
+ SANDBOX_WRITE=~/trunk CROS_WORKON_INPLACE=1 \
+ FEATURES="${emerge_features} ${FEATURES}" "${EMERGECMD}" "${1}"
exit $?
fi
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698