diff options
Diffstat (limited to 'community/mfs')
-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 f7370e8e6..ded698166 100644 --- a/community/mfs/PKGBUILD +++ b/community/mfs/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.6.26 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' 'xfsprogs') url='http://www.moosefs.com/' |