summaryrefslogtreecommitdiffstats
path: root/accessibility/xdotool/xdotool.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/xdotool/xdotool.SlackBuild')
-rw-r--r--accessibility/xdotool/xdotool.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/accessibility/xdotool/xdotool.SlackBuild b/accessibility/xdotool/xdotool.SlackBuild
index b10004d2cb..a77b00bbf2 100644
--- a/accessibility/xdotool/xdotool.SlackBuild
+++ b/accessibility/xdotool/xdotool.SlackBuild
@@ -5,7 +5,7 @@
# Written by B. Watson (yalhcru@gmail.com)
PRGNAM=xdotool
-VERSION=${VERSION:-20090126}
+VERSION=${VERSION:-2.20101012.3049}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -49,10 +49,10 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R a-s,u+w,go+r-w .
-make WARNFLAGS="$SLKCFLAGS" PREFIX=/usr
+make WARNFLAGS="$SLKCFLAGS" PREFIX=/usr INSTALLLIB=$PKG/usr/lib$LIBDIRSUFFIX
mkdir -p $PKG/usr/bin $PKG/usr/man/man1
-make install PREFIX=$PKG/usr
+make install PREFIX=$PKG/usr INSTALLLIB=$PKG/usr/lib$LIBDIRSUFFIX
strip --strip-unneeded $PKG/usr/bin/$PRGNAM 2>/dev/null || true
gzip -9 $PKG/usr/man/man1/$PRGNAM.1