Store Xorg build directory under the TigerVNC build directory so multiple TigerVNC builds can co-exist on the same system
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3731 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/unix/build-xorg-7.4 b/unix/build-xorg-7.4
index 3b804bf..5c6f3f3 100755
--- a/unix/build-xorg-7.4
+++ b/unix/build-xorg-7.4
@@ -7,7 +7,7 @@
set -e
if [ "$PREFIX" = "" ]; then
- PREFIX="/tmp/xorg-7.4-${USER}"
+ PREFIX=`pwd`/xorg.build
fi
export ACLOCAL="aclocal -I ${PREFIX}/share/aclocal"
export PKG_CONFIG_PATH="${PREFIX}/lib/pkgconfig"