diff --git a/pam/pam.SlackBuild b/pam/pam.SlackBuild index 22986f3..6f2fbcd 100644 --- a/pam/pam.SlackBuild +++ b/pam/pam.SlackBuild @@ -5,7 +5,7 @@ # All rights reserved. # # Heavily modified by Willy Sudiarto Raharjo for CSB project -# Copyright 2014 Willy Sudiarto Raharjo +# Copyright 2014-2016 Willy Sudiarto Raharjo # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -26,7 +26,7 @@ SRCNAM=Linux-PAM PRGNAM=pam -VERSION=${VERSION:-1.2.1} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_csb} @@ -67,7 +67,6 @@ cd $TMP rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.?z* cd $SRCNAM-$VERSION - chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -89,6 +88,7 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-read-both-confs \ --disable-prelude \ --disable-selinux \ + --disable-regenerate-docu \ --build=$ARCH-slackware-linux make