diff options
Diffstat (limited to 'source/n/links/links.SlackBuild')
-rwxr-xr-x | source/n/links/links.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/n/links/links.SlackBuild b/source/n/links/links.SlackBuild index 06b5a19f..2d51626a 100755 --- a/source/n/links/links.SlackBuild +++ b/source/n/links/links.SlackBuild @@ -68,9 +68,9 @@ cd links-$VERSION || exit 1 chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ + -exec chmod 755 {} \+ -o \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + -exec chmod 644 {} \+ # We are configuring this without X as there are MANY browser choices for # X already. If you need a browser for X, either use something else or @@ -96,8 +96,8 @@ mkdir -p $PKG/usr/doc/links-$VERSION cp -a \ AUTHORS BUGS COPYING* INSTALL NEWS README* SITES TODO doc/links_cal mailcap.pl \ $PKG/usr/doc/links-$VERSION -find $PKG/usr/doc/links-$VERSION -type f -exec chmod 644 {} \; -find $PKG/usr/doc/links-$VERSION -type d -exec chmod 755 {} \; +find $PKG/usr/doc/links-$VERSION -type f -exec chmod 644 {} \+ +find $PKG/usr/doc/links-$VERSION -type d -exec chmod 755 {} \+ chmod 0755 $PKG/usr/doc/links-$VERSION/mailcap.pl # If there's a ChangeLog, installing at least part of the recent history |