diff options
Diffstat (limited to 'system/kc/kc.SlackBuild')
-rw-r--r-- | system/kc/kc.SlackBuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/system/kc/kc.SlackBuild b/system/kc/kc.SlackBuild index 24df7cd815f6d..269e3ea54a5a5 100644 --- a/system/kc/kc.SlackBuild +++ b/system/kc/kc.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=kc -VERSION=2.3.1 +VERSION=${VERSION:-2.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,14 +66,13 @@ rm -rf $PRGNAM-$VERSION 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" make -f GNUMakefile HAVE_PCRE=y make -f GNUMakefile install DESTDIR=$PKG PREFIX=/usr -install -D -c -o root -g root -m 0755 pwsafe_to_kc.pl $PKG/usr/share/$PRGNAM/pwsafe_to_kc.pl strip --strip-unneeded $PKG/usr/bin/kc gzip -9 $PKG/usr/man/man1/kc.1 |