diff options
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/xdotool/xdotool.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/accessibility/xdotool/xdotool.SlackBuild b/accessibility/xdotool/xdotool.SlackBuild index 25d6a0c92f..df5ac9eb43 100644 --- a/accessibility/xdotool/xdotool.SlackBuild +++ b/accessibility/xdotool/xdotool.SlackBuild @@ -15,9 +15,12 @@ # 20151028 bkw: # - updated for xdotool 3.20150503.1. +# 20151126 bkw: +# - fix xdo.h permissions + PRGNAM=xdotool VERSION=${VERSION:-3.20150503.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -72,6 +75,7 @@ strip --strip-unneeded $PKG/usr/bin/$PRGNAM gzip -9 $PKG/usr/man/man1/$PRGNAM.1 chmod 755 examples/*.sh +chmod 644 /usr/include/*.h mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ |