accessibility/xdotool: Fix include permissions.

This commit is contained in:
B. Watson 2015-11-26 01:46:49 -05:00 committed by Willy Sudiarto Raharjo
parent ab635d46e1
commit 7d664fe014

View file

@ -15,9 +15,12 @@
# 20151028 bkw: # 20151028 bkw:
# - updated for xdotool 3.20150503.1. # - updated for xdotool 3.20150503.1.
# 20151126 bkw:
# - fix xdo.h permissions
PRGNAM=xdotool PRGNAM=xdotool
VERSION=${VERSION:-3.20150503.1} VERSION=${VERSION:-3.20150503.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-2}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
@ -72,6 +75,7 @@ strip --strip-unneeded $PKG/usr/bin/$PRGNAM
gzip -9 $PKG/usr/man/man1/$PRGNAM.1 gzip -9 $PKG/usr/man/man1/$PRGNAM.1
chmod 755 examples/*.sh chmod 755 examples/*.sh
chmod 644 /usr/include/*.h
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \ cp -a \