From: Scott Roland Date: Sun, 29 Nov 2015 23:41:22 +0000 (+0000) Subject: Fix relative PATH to SRCDIR X-Git-Tag: v1.6.90~97^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5fdd2da8bcfa829abcc0ff2f4ec8e92f5b507b4f;p=tigervnc.git Fix relative PATH to SRCDIR --- diff --git a/contrib/xorg/build-xorg b/contrib/xorg/build-xorg index a847292e..d01cf034 100755 --- a/contrib/xorg/build-xorg +++ b/contrib/xorg/build-xorg @@ -12,7 +12,7 @@ PARALLEL_MAKE=0 XORG_VERSION=7.5 XONLY=0 CFGHOST= -SRCDIR=`dirname $0`/.. +SRCDIR=`dirname $0`/../.. modules="dri2proto \ libpthread-stubs \