diff options
author | Mario Preksavec <mario@slackware.hr> | 2015-02-24 17:31:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-28 11:37:12 +0700 |
commit | 46493d95220a1297349861cc4ef35bf4b54d671d (patch) | |
tree | bfa6368fb89df5f43ab2f78e1102f5e6e2b28001 /system/rar/rar.SlackBuild | |
parent | 202100d6dbab340e54641ea8d74e09e54e4d7f1f (diff) | |
download | slackbuilds-46493d95220a1297349861cc4ef35bf4b54d671d.tar.gz |
system/rar: Updated for version 5.2.1 and maintainer change.
Diffstat (limited to 'system/rar/rar.SlackBuild')
-rw-r--r-- | system/rar/rar.SlackBuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/system/rar/rar.SlackBuild b/system/rar/rar.SlackBuild index 42763c2898..4fcd7c2e11 100644 --- a/system/rar/rar.SlackBuild +++ b/system/rar/rar.SlackBuild @@ -1,13 +1,13 @@ #!/bin/sh # Slackware build script for rar -# Written by Steven Pledger <spledger91@yahoo.com> -# Modifed for new rar version with x64 support by Ozan Türkyılmaz ozan.turkyilmaz@gmail.com +# Written by Steven Pledger <spledger91@yahoo.com> +# Modified by Ozan Türkyılmaz ozan.turkyilmaz@gmail.com # Modified by Mario Preksavec <mario@slackware.hr> PRGNAM=rar -VERSION=${VERSION:-5.0.1} +VERSION=${VERSION:-5.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -44,10 +44,10 @@ tar xvf $CWD/${PRGNAM}linux-$x64FIX$VERSION.tar.gz cd $PRGNAM 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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -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 {} \; mkdir -p $PKG/usr/bin install -m 0755 rar $PKG/usr/bin |