summaryrefslogtreecommitdiffstats
path: root/tigervnc
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-07-28 15:20:09 +0000
committer Eric Hameleers <alien@slackware.com>2012-07-28 15:20:09 +0000
commite79f831dbbd4ec3a2945840da28a0c088e4e0435 (patch)
treeff928ebca26ebfa4fbe012852fbdbfc29cbbb22d /tigervnc
parent2221ca19c46d28c04634f23b87c591679e43d9d2 (diff)
downloadasb-e79f831dbbd4ec3a2945840da28a0c088e4e0435.tar.gz
asb-e79f831dbbd4ec3a2945840da28a0c088e4e0435.tar.xz
Use the proper patch name for the X.org patch
Diffstat (limited to 'tigervnc')
-rwxr-xr-xtigervnc/build/tigervnc.SlackBuild2
1 files changed, 1 insertions, 1 deletions
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