diff options
Diffstat (limited to 'system/man-pages-ja/man-pages-ja.SlackBuild')
-rw-r--r-- | system/man-pages-ja/man-pages-ja.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/system/man-pages-ja/man-pages-ja.SlackBuild b/system/man-pages-ja/man-pages-ja.SlackBuild index bab442a1be..13333c85bb 100644 --- a/system/man-pages-ja/man-pages-ja.SlackBuild +++ b/system/man-pages-ja/man-pages-ja.SlackBuild @@ -7,7 +7,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. PRGNAM=man-pages-ja -VERSION=${VERSION:-20171215} +VERSION=${VERSION:-20201015} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -27,11 +27,8 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ # I'm almost certain this is correct, based on how other distros do it. # The other possibility was "ja.UTF-8". A /usr/man/jp dir does exist on |