diff options
author | B. Watson <yalhcru@gmail.com> | 2015-11-26 01:46:49 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-28 07:26:17 +0700 |
commit | 7d664fe0147f0c8663ee58e3d25cedd7e7532621 (patch) | |
tree | 05f6fec17a7f1796c1c72cfdc00f0984c69b7b1f /accessibility | |
parent | ab635d46e1b9e2a590b152dcc74a0bc12834bfba (diff) | |
download | slackbuilds-7d664fe0147f0c8663ee58e3d25cedd7e7532621.tar.gz |
accessibility/xdotool: Fix include permissions.
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 \ |