From 8acc8217fe7e52619393eaccbf9128521f2e3252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Tue, 25 Aug 2015 23:17:23 -0300 Subject: rebuild createrepos and fix some variables --- config_gnu+linux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config_gnu+linux') diff --git a/config_gnu+linux b/config_gnu+linux index 1507a48..84ff3ba 100644 --- a/config_gnu+linux +++ b/config_gnu+linux @@ -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}" -- cgit v1.2.3-2-g168b