mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
accessibility/xdotool: Fix include permissions.
This commit is contained in:
parent
ab635d46e1
commit
7d664fe014
1 changed files with 5 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue