diff options
Diffstat (limited to 'community/mfs/PKGBUILD')
-rw-r--r-- | community/mfs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mfs/PKGBUILD b/community/mfs/PKGBUILD index fcf870eb4..c942aeaf7 100644 --- a/community/mfs/PKGBUILD +++ b/community/mfs/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.6.25 pkgrel=1 pkgdesc="MooseFS, fault tolerant, network distributed file system" license=("GPL3") -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') options=('!libtool') depends=('zlib' 'fuse' 'python2' 'bash') url="http://www.moosefs.com/" |