]> source.dussan.org Git - tigervnc.git/commitdiff
[Development] build-xorg: apply patches from xorg-7.5-patches directory only.
authorAdam Tkac <atkac@redhat.com>
Wed, 15 Sep 2010 11:58:16 +0000 (11:58 +0000)
committerAdam Tkac <atkac@redhat.com>
Wed, 15 Sep 2010 11:58:16 +0000 (11:58 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4139 3789f03b-4d11-0410-bbf8-ca57d06f2519

unix/build-xorg

index 1ddff9cb3dde743a4ddb678b6f3dca5aef82e225..9739b57f583b737eb4cf65c31aab3b758d29b011 100755 (executable)
@@ -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