summaryrefslogtreecommitdiffstats
path: root/libraries/mxml/mxml.SlackBuild
diff options
context:
space:
mode:
author Kent Fritz2014-02-17 09:35:31 +0100
committer Erik Hanson2014-02-18 21:59:54 +0100
commit926abc671eba189490a9dc22d32f664c3f2f6af1 (patch)
tree4ab6d6448856309a263be7157dd639212c63840d /libraries/mxml/mxml.SlackBuild
parent216685a0664d7c09adcb5e7fe347f103699bec5b (diff)
downloadslackbuilds-926abc671eba189490a9dc22d32f664c3f2f6af1.tar.gz
libraries/mxml: Updated for version 2.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/mxml/mxml.SlackBuild')
-rw-r--r--libraries/mxml/mxml.SlackBuild10
1 files changed, 5 insertions, 5 deletions
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 <fritz.kent@gmail.com>
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