From 95a96db3d8e7d6b509383cf89509146768044ac3 Mon Sep 17 00:00:00 2001 From: DRC Date: Wed, 1 Apr 2009 07:51:01 +0000 Subject: [PATCH] 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 --- unix/build-xorg-7.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5