diff options
author | root <root@rshg054.dnsready.net> | 2012-04-14 00:01:25 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-14 00:01:25 +0000 |
commit | 0e10d859eadd7643a12b184cc0a7176ef0d4b56b (patch) | |
tree | 44301575507e3d46cb31e6b291e4cc02f7a1b373 /community/mongodb | |
parent | 7ff5465d0386f06bea97ef956397c305d6f7e07f (diff) |
Sat Apr 14 00:01:25 UTC 2012
Diffstat (limited to 'community/mongodb')
-rw-r--r-- | community/mongodb/PKGBUILD | 4 | ||||
-rwxr-xr-x | community/mongodb/mongodb.install | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/community/mongodb/PKGBUILD b/community/mongodb/PKGBUILD index ce9bd8180..eb4b7ae0c 100644 --- a/community/mongodb/PKGBUILD +++ b/community/mongodb/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 69242 2012-04-11 01:32:02Z tdziedzic $ +# $Id: PKGBUILD 69293 2012-04-12 17:54:48Z tdziedzic $ # Maintainer: Thomas Dziedzic < gostrc at gmail > # Contributor: Mathias Stearn <mathias@10gen.com> # Contributor: Alec Thomas pkgname=mongodb pkgver=2.0.4 -pkgrel=3 +pkgrel=4 pkgdesc='A high-performance, open source, schema-free document-oriented database.' arch=('i686' 'x86_64') url='http://www.mongodb.org' diff --git a/community/mongodb/mongodb.install b/community/mongodb/mongodb.install index 3922c12ef..2ea94553c 100755 --- a/community/mongodb/mongodb.install +++ b/community/mongodb/mongodb.install @@ -5,7 +5,7 @@ post_install() { chown -R mongodb:daemon /var/lib/mongodb chown -R mongodb:daemon /var/log/mongodb - if [ "$(arch)" != "x86_64" ] + if [ "$(uname -m)" != "x86_64" ] then echo '==> Warning: the 32 bit version of MongoDB is limited to about 2GB of data.' echo '==> See http://blog.mongodb.org/post/137788967/32-bit-limitations' |