diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 18:08:10 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 18:08:10 (GMT) |
commit | dbffaa2d8cb83d299a5b3c456e9f39a03c76cac0 (patch) | |
tree | 6cd671946c3c9dae295dea01c7e39d91ec67c23c /abs/core/poweroff-scripts/PKGBUILD | |
parent | 20a2feb04564649af240569e8fa3bd31aff56b38 (diff) | |
download | linhes_pkgbuild-dbffaa2d8cb83d299a5b3c456e9f39a03c76cac0.zip linhes_pkgbuild-dbffaa2d8cb83d299a5b3c456e9f39a03c76cac0.tar.gz linhes_pkgbuild-dbffaa2d8cb83d299a5b3c456e9f39a03c76cac0.tar.bz2 |
poweroff-scripts: added x86_64
Diffstat (limited to 'abs/core/poweroff-scripts/PKGBUILD')
-rw-r--r-- | abs/core/poweroff-scripts/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/poweroff-scripts/PKGBUILD b/abs/core/poweroff-scripts/PKGBUILD index af2fcd4..f15cddf 100644 --- a/abs/core/poweroff-scripts/PKGBUILD +++ b/abs/core/poweroff-scripts/PKGBUILD @@ -10,7 +10,7 @@ replaces=() backup=() install=poweroff-scripts.install source=(halt.script reboot.script poweroff.script shutdown.script) -arch=('i686') +arch=('i686' 'x86_64') build() { install -d $pkgdir/sbin/ |