diff options
author | DRC <dcommander@users.sourceforge.net> | 2009-04-01 07:51:01 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2009-04-01 07:51:01 +0000 |
commit | 95a96db3d8e7d6b509383cf89509146768044ac3 (patch) | |
tree | f6d894a4d29c7b9eca05b17b8fd2c9f3c87fa7f5 /unix | |
parent | 19501b8e23ec152bf883ef52bccfa978df4a245b (diff) | |
download | tigervnc-95a96db3d8e7d6b509383cf89509146768044ac3.tar.gz tigervnc-95a96db3d8e7d6b509383cf89509146768044ac3.zip |
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
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/build-xorg-7.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/build-xorg-7.4 b/unix/build-xorg-7.4 index 3b804bf7..5c6f3f35 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" |