diff options
Diffstat (limited to 'pcr/9mount/PKGBUILD')
-rw-r--r-- | pcr/9mount/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/9mount/PKGBUILD b/pcr/9mount/PKGBUILD index 3de06c084..9f28f9ac4 100644 --- a/pcr/9mount/PKGBUILD +++ b/pcr/9mount/PKGBUILD @@ -9,7 +9,7 @@ license=('custom:ISC') source=("http://sqweek.net/9p/$pkgname-$pkgver.tar.gz" fix-checks.patch) pkgrel=3 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') build() { cd "$srcdir/$pkgname-$pkgver" |