summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config4
1 files changed, 2 insertions, 2 deletions
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[@]})