From 73f460e1224873d12b6e5879450d79a4b4465b0f Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 6 May 2009 14:08:14 -0700 Subject: 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 --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 33b7738..867d28e 100644 --- a/config +++ b/config @@ -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" -- cgit v1.2.3-24-g4f1b