From 923e2f3bfbcc9e772c816b8e764a7d370c43ae52 Mon Sep 17 00:00:00 2001 From: Miguel De Anda Date: Thu, 22 May 2014 14:35:09 +0700 Subject: system/mongodb: Updated for version 2.6.1. Signed-off-by: Willy Sudiarto Raharjo --- system/mongodb/mongodb.SlackBuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'system/mongodb/mongodb.SlackBuild') diff --git a/system/mongodb/mongodb.SlackBuild b/system/mongodb/mongodb.SlackBuild index ce6825fdcc..346b0da531 100644 --- a/system/mongodb/mongodb.SlackBuild +++ b/system/mongodb/mongodb.SlackBuild @@ -4,7 +4,7 @@ # Home Page http://www.mongodb.org PRGNAM="mongodb" -VERSION=${VERSION:-2.6.0} +VERSION=${VERSION:-2.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -30,10 +30,10 @@ tar xvf $CWD/$PRGNAM-linux-$ARCH-$VERSION.tgz cd $PRGNAM-linux-$ARCH-$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 {} \; mkdir -p ${PKG}/usr/doc/${PRGNAM}-${VERSION} cp GNU-AGPL-3.0 README THIRD-PARTY-NOTICES ${PKG}/usr/doc/${PRGNAM}-${VERSION} -- cgit v1.2.3