diff options
Diffstat (limited to 'config')
-rw-r--r-- | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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[@]}) |