diff options
-rw-r--r-- | abs/core/certmaster/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/certmaster/PKGBUILD b/abs/core/certmaster/PKGBUILD index e3b9df1..6672e0c 100644 --- a/abs/core/certmaster/PKGBUILD +++ b/abs/core/certmaster/PKGBUILD @@ -13,7 +13,7 @@ backup=('etc/certmaster/certmaster.conf' 'etc/certmaster/minion.conf') install=certmaster.install source=($pkgname-$pkgver.tar.gz certmaster.conf minion.conf logrotate-certmaster.conf) -arch=('i686') +arch=('i686' 'x86_64') build() { cd $startdir/src/$pkgname-${pkgver} |