From 8b5d53def1f81a32b2342590278cf9873193f723 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:26:47 -0300 Subject: fix more variables and arrays --- config_gnu+hurd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config_gnu+hurd') diff --git a/config_gnu+hurd b/config_gnu+hurd index a8c39f1..eb33dc0 100644 --- a/config_gnu+hurd +++ b/config_gnu+hurd @@ -25,11 +25,11 @@ EXTRA_REPOS=('nonprism' 'nonprism-testing' 'kernels' 'kernels-testing' 'cross' ' COMMUNITY_REPOS=('pcr' 'pcr-testing' 'pur' '~aurelien' '~brendan' '~coadde' '~drtan' '~emulatorman' '~jorginho' '~lukeshu' '~smv' '~xihh') # Platform Repositories -PATFORM_REPOS=() +PLATFORM_REPOS=() # Remote Repositories -PKG_REPOS=("${EXTRA_REPOS[@]}" "${PATFORM_REPOS[@]}" "${MAIN_REPOS[@]}" "${COMMUNITY_REPOS[@]}") -PKG_MULTILIB_REPOS=("${EXTRA_REPOS[@]}" "${PATFORM_REPOS[@]}" "${MAIN_REPOS[@]}" "${MULTILIB_REPOS[@]}" "${COMMUNITY_REPOS[@]}") +PKG_REPOS=("${EXTRA_REPOS[@]}" "${PLATFORM_REPOS[@]}" "${MAIN_REPOS[@]}" "${COMMUNITY_REPOS[@]}") +PKG_MULTILIB_REPOS=("${MULTILIB_REPOS[@]}") # Directories where packages are shared between repos # *relative to REPO_DIR* -- cgit v1.2.3-2-g168b