diff options
author | Miguel De Anda <miguel@thedeanda.com> | 2015-12-09 23:53:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-09 23:53:10 +0700 |
commit | fc10af2e2d45c99bda11753a6244b49270ef36b6 (patch) | |
tree | dc99287fb9e23d790d4b91dd146d3117cbc22ae0 /system/mongodb/mongodb.SlackBuild | |
parent | bd51ca2b0e50a43336f224d94fc2ab859525326a (diff) | |
download | slackbuilds-fc10af2e2d45c99bda11753a6244b49270ef36b6.tar.gz |
system/mongodb: Updated for version 3.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/mongodb/mongodb.SlackBuild')
-rw-r--r-- | system/mongodb/mongodb.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/mongodb/mongodb.SlackBuild b/system/mongodb/mongodb.SlackBuild index e2f019d763..0069e07acc 100644 --- a/system/mongodb/mongodb.SlackBuild +++ b/system/mongodb/mongodb.SlackBuild @@ -24,7 +24,7 @@ PRGNAM="mongodb" -VERSION=${VERSION:-3.0.6} +VERSION=${VERSION:-3.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -85,7 +85,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -scons --ssl --prefix=${PKG}/usr core install +scons --ssl --disable-warnings-as-errors --prefix=${PKG}/usr core install mkdir -p ${PKG}/usr/doc/${PRGNAM}-${VERSION} cp distsrc/* ${PKG}/usr/doc/${PRGNAM}-${VERSION} |