From e79f831dbbd4ec3a2945840da28a0c088e4e0435 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 28 Jul 2012 15:20:09 +0000 Subject: Use the proper patch name for the X.org patch --- tigervnc/build/tigervnc.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tigervnc') diff --git a/tigervnc/build/tigervnc.SlackBuild b/tigervnc/build/tigervnc.SlackBuild index 07d83d42..921fb923 100755 --- a/tigervnc/build/tigervnc.SlackBuild +++ b/tigervnc/build/tigervnc.SlackBuild @@ -230,7 +230,7 @@ rm -rf unix/xserver/hw mv ../xorg-server-${XORG}/* unix/xserver/ # Do we have a patch for X.Org which tigervnc does not have? -if [ ! -f unix/xserver${PATCHVER}.patch -a -f $SRCDIR/xserver${PATCHVER}.patch ] +if [ ! -f unix/xserver${PATCHVER}.patch -a -f $SRCDIR/tigervnc$(echo $VERSION | cut -f1,2 -d. --output-delimiter=)-xorg${PATCHVER}.patch ] then cp $SRCDIR/xserver${PATCHVER}.patch unix/ fi -- cgit v1.2.3-79-gdb01