summaryrefslogtreecommitdiff
path: root/config_gnu+hurd
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-25 23:17:23 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-25 23:17:23 -0300
commit8acc8217fe7e52619393eaccbf9128521f2e3252 (patch)
treeae8aca66c5938252aa88638eb050a20713b68e98 /config_gnu+hurd
parentddf3094cc0d609901bc84a8b77885723dec707cb (diff)
rebuild createrepos and fix some variables
Diffstat (limited to 'config_gnu+hurd')
-rw-r--r--config_gnu+hurd6
1 files changed, 3 insertions, 3 deletions
diff --git a/config_gnu+hurd b/config_gnu+hurd
index ad49297..a8c39f1 100644
--- a/config_gnu+hurd
+++ b/config_gnu+hurd
@@ -28,15 +28,15 @@ COMMUNITY_REPOS=('pcr' 'pcr-testing' 'pur' '~aurelien' '~brendan' '~coadde' '~dr
PATFORM_REPOS=()
# Remote Repositories
-PKG_ANY_REPOS=("${EXTRA_REPOS[@]}" "${PATFORM_REPOS[@]}" "${MAIN_REPOS[@]}" "${COMMUNITY_REPOS[@]}")
+PKG_REPOS=("${EXTRA_REPOS[@]}" "${PATFORM_REPOS[@]}" "${MAIN_REPOS[@]}" "${COMMUNITY_REPOS[@]}")
PKG_MULTILIB_REPOS=("${EXTRA_REPOS[@]}" "${PATFORM_REPOS[@]}" "${MAIN_REPOS[@]}" "${MULTILIB_REPOS[@]}" "${COMMUNITY_REPOS[@]}")
# Directories where packages are shared between repos
# *relative to REPO_DIR*
-PKG_POOL="${PLATFORM}"
+PKG_POOL="${PKG_POOL_DIR}/${PLATFORM}"
# Directories where sources are stored
-SRC_POOL="${PLATFORM}"
+SRC_POOL="${SRC_POOL_DIR}/${PLATFORM}"
# Build System and Repository scripts
BS_MAIN_NAME="pbs_${PLATFORM}"