diff options
author | Miguel De Anda <miguel@thedeanda.com> | 2014-05-22 14:35:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-23 09:16:28 +0700 |
commit | 923e2f3bfbcc9e772c816b8e764a7d370c43ae52 (patch) | |
tree | d9064ee1b6ab0dfea7b31663f83ae14875a59455 /system/mongodb/mongodb.SlackBuild | |
parent | 091d4258bc760a95d2b102b23e5cc7d6e02d8ce3 (diff) | |
download | slackbuilds-923e2f3bfbcc9e772c816b8e764a7d370c43ae52.tar.gz |
system/mongodb: Updated for version 2.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/mongodb/mongodb.SlackBuild')
-rw-r--r-- | system/mongodb/mongodb.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
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} |