From 926abc671eba189490a9dc22d32f664c3f2f6af1 Mon Sep 17 00:00:00 2001 From: Kent Fritz Date: Mon, 17 Feb 2014 15:35:31 +0700 Subject: libraries/mxml: Updated for version 2.8. Signed-off-by: Willy Sudiarto Raharjo --- libraries/mxml/mxml.SlackBuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libraries/mxml/mxml.SlackBuild') diff --git a/libraries/mxml/mxml.SlackBuild b/libraries/mxml/mxml.SlackBuild index af699d63a6..007f8b2233 100644 --- a/libraries/mxml/mxml.SlackBuild +++ b/libraries/mxml/mxml.SlackBuild @@ -6,7 +6,7 @@ # Updated by Kent Fritz PRGNAM=mxml -VERSION=${VERSION:-2.7} +VERSION=${VERSION:-2.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -47,10 +47,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz 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 {} \; patch -p1 < $CWD/remove_rpath.diff patch -p1 < $CWD/link_with_pthread.diff -- cgit v1.2.3