From c1c48223db40547b6d62f699494922c8aee78941 Mon Sep 17 00:00:00 2001
From: "coadde [Márcio Alexandre Silva Delgado]" <coadde@parabola.nu>
Date: Mon, 28 Sep 2015 04:56:48 -0300
Subject: ARCH*POOLS: change back to legacy directories

---
 config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'config')

diff --git a/config b/config
index 8a38b71..d82889e 100644
--- a/config
+++ b/config
@@ -19,11 +19,11 @@ SRCPOOL='src/parabola_gnu+linux'
 
 # Directories where packages are shared between repos
 # *relative to FTP_BASE*
-ARCHPKGPOOLS=(pool/arch_gnu+linux_x86{,_community})
+ARCHPKGPOOLS=(pool/{packages,community})
 OURPKGPOOLS=(pool/parabola_gnu+linux)
 PKGPOOLS=(${OURPKGPOOLS[@]} ${ARCHPKGPOOLS[@]})
 # Directories where sources are stored
-ARCHSRCPOOLS=(src/arch_gnu+linux_x86{,_community})
+ARCHSRCPOOLS=(sources/{packages,community})
 OURPKGPOOLS=(src/parabola_gnu+linux)
 SRCPOOLS=(${OURSRCPOOLS[@]} ${ARCHSRCPOOLS[@]})
 
-- 
cgit v1.2.3-54-g00ecf