summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2015-02-09 14:46:23 -0800
committerBryce Harrington <bryce@osg.samsung.com>2015-02-09 14:46:23 -0800
commit4dd7a41147a0d63d7eb3e1c6f43e92cfc96f94c1 (patch)
tree9e4f6ab5cba9f79d56e1c704a4729908d2621b45
parent9a03e474d2783229fe72fd9293d4471801a84e7a (diff)
Move build root to a scratch drive ~/build
-rw-r--r--wl_defines.sh2
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