diff options
Diffstat (limited to 'extra/source/brltty/brltty.SlackBuild')
-rwxr-xr-x | extra/source/brltty/brltty.SlackBuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/extra/source/brltty/brltty.SlackBuild b/extra/source/brltty/brltty.SlackBuild index f48a4368..7b6519c3 100755 --- a/extra/source/brltty/brltty.SlackBuild +++ b/extra/source/brltty/brltty.SlackBuild @@ -72,11 +72,11 @@ zcat $CWD/brltty.brlapi.pyx.diff.gz | patch -p1 --verbose || exit 1 sh autogen chown -R root:root . -find . -perm 775 -exec chmod 755 {} \; -find . -perm 700 -exec chmod 755 {} \; -find . -perm 744 -exec chmod 755 {} \; -find . -perm 664 -exec chmod 644 {} \; -find . -perm 600 -exec chmod 644 {} \; +find . -perm 775 -exec chmod 755 {} \+ +find . -perm 700 -exec chmod 755 {} \+ +find . -perm 744 -exec chmod 755 {} \+ +find . -perm 664 -exec chmod 644 {} \+ +find . -perm 600 -exec chmod 644 {} \+ ./configure \ --prefix=/usr \ @@ -109,9 +109,9 @@ cp -a \ Documents/{ChangeLog,Manual-*,TODO,CONTRIBUTORS,HISTORY,README.*} \ $PKG/usr/doc/brltty-$VERSION ( cd $PKG/usr/doc/brltty-$VERSION - find . -name "Makefile*" -exec rm -f {} \; - find . -name "*.sgml" -exec rm -f {} \; - find . -size 0 -type f -exec rm -f {} \; + find . -name "Makefile*" -exec rm -f {} \+ + find . -name "*.sgml" -exec rm -f {} \+ + find . -size 0 -type f -exec rm -f {} \+ ) # If there's a ChangeLog, installing at least part of the recent history |