diff options
Diffstat (limited to 'core/run-parts/PKGBUILD')
-rw-r--r-- | core/run-parts/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/run-parts/PKGBUILD b/core/run-parts/PKGBUILD index aa67049d5..9e40eed03 100644 --- a/core/run-parts/PKGBUILD +++ b/core/run-parts/PKGBUILD @@ -5,7 +5,7 @@ pkgname=run-parts pkgver=4.2.1 pkgrel=1 pkgdesc='run scripts or programs in a directory' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://packages.qa.debian.org/d/debianutils.html' license=('GPL') depends=('glibc') |