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 35be11dc7..2fc29c3d5 100644 --- a/community/mfs/PKGBUILD +++ b/community/mfs/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.6.27_1 pkgrel=1 pkgdesc='MooseFS, fault tolerant, network distributed file system' url='http://www.moosefs.com/' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') license=('GPL3') depends=('zlib' 'fuse' 'python2' 'bash' 'xfsprogs') install="$pkgbase.install" |