From a2db1b395f58ac9286319dac5a1b6a5fea654980 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Fri, 15 Nov 2013 22:57:31 +0700 Subject: misc/discount: Updated for version 2.1.6 Signed-off-by: Willy Sudiarto Raharjo --- misc/discount/discount.SlackBuild | 14 +++++++------- misc/discount/discount.info | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'misc/discount') diff --git a/misc/discount/discount.SlackBuild b/misc/discount/discount.SlackBuild index c2549961ed..12dbbbfc7e 100644 --- a/misc/discount/discount.SlackBuild +++ b/misc/discount/discount.SlackBuild @@ -22,7 +22,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=discount -VERSION=${VERSION:-2.1.2} +VERSION=${VERSION:-2.1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,12 +61,12 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION -#chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -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 {} \; +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 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Disable ldconfig use during 'make install' sed -i 's/LDCONFIG=.*$/LDCONFIG=true/g' configure.inc diff --git a/misc/discount/discount.info b/misc/discount/discount.info index 820d2de523..7a4c004612 100644 --- a/misc/discount/discount.info +++ b/misc/discount/discount.info @@ -1,8 +1,8 @@ PRGNAM="discount" -VERSION="2.1.2" +VERSION="2.1.6" HOMEPAGE="http://www.pell.portland.or.us/~orc/Code/discount/" -DOWNLOAD="http://www.pell.portland.or.us/~orc/Code/discount/discount-2.1.2.tar.bz2" -MD5SUM="bd55cb2e975af81f6535e8c0d493ed15" +DOWNLOAD="http://www.pell.portland.or.us/~orc/Code/discount/discount-2.1.6.tar.bz2" +MD5SUM="6f44e627777b6392f8f4a3280642482a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3