diff options
author | Joe <joe@joelightning.com> | 2011-10-22 18:28:24 +0100 |
---|---|---|
committer | Joe <joe@joelightning.com> | 2011-10-22 18:28:24 +0100 |
commit | 1e7cfc00589f4f20d33e60cf81e789c30a1c09a1 (patch) | |
tree | b9ecac1ea12b0f2cdb7951fb13c07cc6f4a8ed58 /core | |
parent | aaaef886278652024642f3b1b7f367a2e291ada2 (diff) |
changed arch array to only mips64el instaread of any
Diffstat (limited to 'core')
-rw-r--r-- | core/mkinitcpio/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/mkinitcpio/PKGBUILD b/core/mkinitcpio/PKGBUILD index 06396efb6..938bf11fc 100644 --- a/core/mkinitcpio/PKGBUILD +++ b/core/mkinitcpio/PKGBUILD @@ -3,7 +3,7 @@ pkgver=0.7.4 pkgrel=1 epoch=13 pkgdesc="Modular initramfs image creation utility" -arch=('any') +arch=('mips64el') url="http://www.archlinux.org/" license=('GPL') depends=('mkinitcpio-busybox>=1.16.1-2' 'module-init-tools' 'util-linux>=2.19' 'libarchive' 'coreutils' |