diff options
Diffstat (limited to 'network/cclive/cclive.SlackBuild')
-rw-r--r-- | network/cclive/cclive.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/network/cclive/cclive.SlackBuild b/network/cclive/cclive.SlackBuild index a17d93a5c3..567d6ce62c 100644 --- a/network/cclive/cclive.SlackBuild +++ b/network/cclive/cclive.SlackBuild @@ -1,11 +1,11 @@ #!/bin/sh # Slackware build script for cclive - # Written by crocket (crockabiscuit@gmail.com) +# Maintained by slackmuz (petar.linog@gmail.com) PRGNAM=cclive -VERSION=${VERSION:-0.7.11} +VERSION=${VERSION:-0.7.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,10 +46,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.xz 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 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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |