diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 18:54:28 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 18:54:28 (GMT) |
commit | ae737dc5ee25733f24489ca04628612190356c75 (patch) | |
tree | 6cf5aadf4486a1cacd34c662b840f08a7803b16d | |
parent | 328dd9195f88f08f997c89afcb1cb0b9a2c0d89b (diff) | |
download | linhes_pkgbuild-ae737dc5ee25733f24489ca04628612190356c75.zip linhes_pkgbuild-ae737dc5ee25733f24489ca04628612190356c75.tar.gz linhes_pkgbuild-ae737dc5ee25733f24489ca04628612190356c75.tar.bz2 |
runit: added x86_64
-rw-r--r-- | abs/core/runit/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/runit/PKGBUILD b/abs/core/runit/PKGBUILD index acd4126..23559c3 100644 --- a/abs/core/runit/PKGBUILD +++ b/abs/core/runit/PKGBUILD @@ -11,7 +11,7 @@ replaces=() backup=() #install=runit.install source=(http://smarden.org/runit/$pkgname-$pkgver.tar.gz add_service.sh remove_service.sh) -arch=('i686') +arch=('i686' 'x86_64') build() { cd $srcdir/admin/$pkgname-$pkgver/src |