diff options
Diffstat (limited to 'community/cdfs')
-rw-r--r-- | community/cdfs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cdfs/PKGBUILD b/community/cdfs/PKGBUILD index 04df57b4f..5bb5acaa5 100644 --- a/community/cdfs/PKGBUILD +++ b/community/cdfs/PKGBUILD @@ -6,7 +6,7 @@ pkgname=cdfs pkgver=2.6.27 pkgrel=21 pkgdesc="File system module that 'exports' all tracks and boot images on a CD as normal files." -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.elis.UGent.be/~ronsse/cdfs/" license=('GPL') makedepends=('linux-headers') |