diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-26 22:54:02 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-26 22:54:02 -0300 |
commit | 1f4ca6282b1f35bc8dee1d6d3c24ed2b6c75e82f (patch) | |
tree | 570ac483467ad1cb18c485d5ed10686688899fd6 /src/etc/xbs.d | |
parent | 97a608633fd3fe187af5b1269fcc3398add75901 (diff) |
fix some variables
Diffstat (limited to 'src/etc/xbs.d')
-rw-r--r-- | src/etc/xbs.d/gnu+linux-legacy_dd.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/xbs.d/gnu+linux-legacy_dd.cfg b/src/etc/xbs.d/gnu+linux-legacy_dd.cfg index 34e6fea..715b0c7 100644 --- a/src/etc/xbs.d/gnu+linux-legacy_dd.cfg +++ b/src/etc/xbs.d/gnu+linux-legacy_dd.cfg @@ -34,7 +34,7 @@ PKG_REPOS=("${EXTRA_REPOS[@]}" "${PLATFORM_REPOS[@]}" "${MAIN_REPOS[@]}" "${DD_R PKG_MULTILIB_REPOS=("${MAIN_MULTILIB_REPOS[@]}" "${DD_MULTILIB_REPOS[@]}") # Base Repository -REPO_DIR="${ROOT_DIR}/${PLATFORM}_dd" +REPO_DIR="${ROOT_DIR}" # Directories where packages are shared between repos PKG_MAIN_POOLS=("${ROOT_DIR}/pool/parabola") |