aboutsummaryrefslogtreecommitdiffstats
path: root/unix/build-xorg
diff options
context:
space:
mode:
Diffstat (limited to 'unix/build-xorg')
-rwxr-xr-xunix/build-xorg5
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/build-xorg b/unix/build-xorg
index 1ddff9cb..9739b57f 100755
--- a/unix/build-xorg
+++ b/unix/build-xorg
@@ -73,8 +73,9 @@ init()
if [ "$XORG_VERSION" = "7.4" ]; then
patch -p1 < $SRCDIR/unix/xserver15.patch
else
- patch -p1 < $SRCDIR/unix/xserver17.patch
- for all in `find $SRCDIR/unix/xorg-7.5-patches/ -type f`; do
+ patch -p1 < $SRCDIR/unix/xserver18.patch
+ for all in `find $SRCDIR/unix/xorg-7.5-patches/ -type f |grep '.*\.patch$'`; do
+ echo Applying $all
patch -p1 < $all
done
fi