commit | 5fdd2da8bcfa829abcc0ff2f4ec8e92f5b507b4f | [log] [tgz] |
---|---|---|
author | Scott Roland <scott@hackonteur.com> | Sun Nov 29 23:41:22 2015 +0000 |
committer | Scott Roland <scott@hackonteur.com> | Sun Nov 29 23:43:34 2015 +0000 |
tree | 1ebac3f2abd9926af25e5bf33352c7f09439e7b4 | |
parent | bc546f89f2634d4281db057b2c2efcb7aee37ca9 [diff] |
Fix relative PATH to SRCDIR
diff --git a/contrib/xorg/build-xorg b/contrib/xorg/build-xorg index a847292..d01cf03 100755 --- a/contrib/xorg/build-xorg +++ b/contrib/xorg/build-xorg
@@ -12,7 +12,7 @@ XORG_VERSION=7.5 XONLY=0 CFGHOST= -SRCDIR=`dirname $0`/.. +SRCDIR=`dirname $0`/../.. modules="dri2proto \ libpthread-stubs \