summaryrefslogtreecommitdiff
path: root/src/etc/dbscripts.d/gnu+hurd_native.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/dbscripts.d/gnu+hurd_native.cfg')
-rw-r--r--src/etc/dbscripts.d/gnu+hurd_native.cfg8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/etc/dbscripts.d/gnu+hurd_native.cfg b/src/etc/dbscripts.d/gnu+hurd_native.cfg
index 168a4f9..b6feb28 100644
--- a/src/etc/dbscripts.d/gnu+hurd_native.cfg
+++ b/src/etc/dbscripts.d/gnu+hurd_native.cfg
@@ -35,10 +35,14 @@ PKG_MULTILIB_REPOS=("${MAIN_MULTILIB_REPOS[@]}" "${DD_MULTILIB_REPOS[@]}")
# Directories where packages are shared between repos
# *relative to REPO_DIR*
-PKG_POOL="${PKG_POOL_DIR}/${PLATFORM}"
+PKG_MAIN_POOLS=("${PKG_POOL_DIR}/${PLATFORM}")
+PKG_DD_POOLS=()
+PKG_POOLS=("${PKG_MAIN_POOLS[@]}" "${PKG_DD_POOLS[@]}")
# Directories where sources are stored
-SRC_POOL="${SRC_POOL_DIR}/${PLATFORM}"
+SRC_MAIN_POOLS=("${SRC_POOL_DIR}/${PLATFORM}")
+SRC_DD_POOLS=()
+SRC_POOLS=("${SRC_MAIN_POOLS[@]}" "${SRC_DD_POOLS[@]}")
# Build System and Repository scripts
BS_MAIN_NAME="pbs_${PLATFORM}"