diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-17 10:44:28 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-16 22:57:17 -0600 |
commit | dbe441d7a2e3ce78b2d50af70e372b3860fb03c6 (patch) | |
tree | b5584cb5aeb77924020c67714bc38baaa17a97c6 /system/unrar/unrar.SlackBuild | |
parent | 1e49644c41a37da6b5c6c2f6e98c51e2822a96a5 (diff) | |
download | slackbuilds-dbe441d7a2e3ce78b2d50af70e372b3860fb03c6.tar.gz |
system/unrar: Updated for version 5.0.13
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/unrar/unrar.SlackBuild')
-rw-r--r-- | system/unrar/unrar.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/unrar/unrar.SlackBuild b/system/unrar/unrar.SlackBuild index 94a857f450..7391a49e5d 100644 --- a/system/unrar/unrar.SlackBuild +++ b/system/unrar/unrar.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=unrar -VERSION=${VERSION:-5.0.0} +VERSION=${VERSION:-5.0.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +67,7 @@ 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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; make CXXFLAGS="$SLKCFLAGS" -f makefile unrar lib |