diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-05-06 12:28:43 -0700 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-05-06 12:28:43 -0700 |
commit | 05ee55ef20d9e9085f38d95eb303a5b2613a9563 (patch) | |
tree | 42b95e8a5bba87c50ed5f65fa33aebe7d5d4d720 | |
parent | 1c4c32fe1fce12b7c7ea109529dc12dd39d7798a (diff) |
config: Add 'any' ARCH to array
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,6 +8,6 @@ SVNREPO_community="file:///srv/svn-community" STAGING="$HOME/staging" TMPDIR="/srv/tmp" -ARCHES=(i686 x86_64) +ARCHES=(i686 x86_64 any) # To be used if $BUILDSCRIPT is removed from makepkg.conf #BUILDSCRIPT="PKGBUILD" |