diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-05-06 23:08:14 +0200 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-05-06 23:08:14 +0200 |
commit | 73f460e1224873d12b6e5879450d79a4b4465b0f (patch) | |
tree | d7cd83c3ab1a4d95163ee9dffca0b82570582e26 /config | |
parent | 09e204f873e3f5e4c4bfe966fa1188bdefac3bb6 (diff) | |
download | dbscripts-73f460e1224873d12b6e5879450d79a4b4465b0f.tar.gz dbscripts-73f460e1224873d12b6e5879450d79a4b4465b0f.tar.xz |
config: Revert 'any' addition to the ARCHES array
This change was made in error, as db-update does its
own parsing of 'any' files independently
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'config')
-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 any) +ARCHES=(i686 x86_64) # To be used if $BUILDSCRIPT is removed from makepkg.conf #BUILDSCRIPT="PKGBUILD" |