diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2015-02-09 14:46:23 -0800 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-02-09 14:46:23 -0800 |
commit | 4dd7a41147a0d63d7eb3e1c6f43e92cfc96f94c1 (patch) | |
tree | 9e4f6ab5cba9f79d56e1c704a4729908d2621b45 | |
parent | 9a03e474d2783229fe72fd9293d4471801a84e7a (diff) |
Move build root to a scratch drive ~/build
-rw-r--r-- | wl_defines.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wl_defines.sh b/wl_defines.sh index dc709fd..6fd13a8 100644 --- a/wl_defines.sh +++ b/wl_defines.sh @@ -1,5 +1,5 @@ export INCLUDE_XWAYLAND=1 -export WLROOT=$HOME/Wayland +export WLROOT=$HOME/build/Wayland export WLD=$WLROOT/install # change this to another location if you prefer if [ "$(uname -i)" = "i386" ]; then |