From 3b767ea08f7b98eeda3a86f016e31b47f1388c4d 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 18:44:28 -0300 Subject: fix platforms --- config_gnu+hurd | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'config_gnu+hurd') diff --git a/config_gnu+hurd b/config_gnu+hurd index 9408dee..d39b4ef 100644 --- a/config_gnu+hurd +++ b/config_gnu+hurd @@ -2,7 +2,9 @@ source "$(dirname "$(readlink -e "$0")")/config" -# Parabola GNU/Hurd configuration without any distribution derivation +# Parabola Platform +PLATFORM_NAME='GNU/Hurd' +PLATFORM='gnu+hurd' DERIVATION='false' # Archictectures @@ -32,20 +34,20 @@ PKG_MULTILIB_REPOS=("${EXTRA_REPOS[@]}" "${PATFORM_REPOS[@]}" "${MAIN_REPOS[@]}" # Directories where packages are shared between repos # *relative to REPO_DIR* -PKG_POOL='gnu+hurd' +PKG_POOL="${PLATFORM}" # Directories where sources are stored -SRC_POOL='gnu+hurd' +SRC_POOL="${PLATFORM}" # Build System and Repository scripts -BS_MAIN_NAME='pbs_gnu+hurd' +BS_MAIN_NAME="pbs_${PLATFORM}" BS_MAIN_DIR="${SRV_DIR}/${BS_MAIN_NAME}" BS_GIT="${GIT_BASE}/${BS_MAIN_NAME}/pmr.git" # BS_GIT='http://projects.parabola.gnu/${BS_MAIN_NAME}/pmr.git' BS_GIT_TMP="${TMP_DIR}/${BS_MAIN_NAME}" # Base Repository -REPO_DIR="${SRV_DIR}/repo/gnu+hurd" +REPO_DIR="${SRV_DIR}/repo/${PLATFORM}" CLEANUP_DESTDIR="${REPO_DIR}/old/packages" CLEANUP_DRYRUN='false' -- cgit v1.2.3-2-g168b