diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 18:58:35 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 18:58:35 (GMT) |
commit | 25406062dd0370e3fd493280cede6104704dd519 (patch) | |
tree | b5f92d1a9ed9ce6bb60fa09f19e409ee9357e01a /abs | |
parent | 9198b7786ae1af345ffaeca2cfb588f116541d51 (diff) | |
download | linhes_pkgbuild-25406062dd0370e3fd493280cede6104704dd519.zip linhes_pkgbuild-25406062dd0370e3fd493280cede6104704dd519.tar.gz linhes_pkgbuild-25406062dd0370e3fd493280cede6104704dd519.tar.bz2 |
system-templates: added x86_64
Diffstat (limited to 'abs')
-rwxr-xr-x | abs/core/system-templates/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/system-templates/PKGBUILD b/abs/core/system-templates/PKGBUILD index 25c83f2..7ed7635 100755 --- a/abs/core/system-templates/PKGBUILD +++ b/abs/core/system-templates/PKGBUILD @@ -4,7 +4,7 @@ pkgrel=13 conflicts=( ) pkgdesc="Templates used for system configuration" depends=() -arch=('i686') +arch=('i686' 'x86_64') source=() build() { |