From 77e30a52df5de48ce0af64684cad56030dd9012a Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Feb 11 2011 14:56:41 +0000 Subject: Update cli_getRepoParallelDirs.sh. --- diff --git a/Scripts/Bash/Functions/cli_getRepoParallelDirs.sh b/Scripts/Bash/Functions/cli_getRepoParallelDirs.sh index a31d290..16cb0a1 100755 --- a/Scripts/Bash/Functions/cli_getRepoParallelDirs.sh +++ b/Scripts/Bash/Functions/cli_getRepoParallelDirs.sh @@ -46,9 +46,9 @@ function cli_getRepoParallelDirs { TDIR=$(cli_getRepoTLDir ${BOND}) # Define parallel directory base structures. - PDIRS[0]=Manual/$(cli_getCurrentLocale)/Texinfo/Repository/$(cli_getRepoTLDir "${BOND}" '--relative') + PDIRS[0]=Manuals/$(cli_getCurrentLocale)/Texinfo/Repository/$(cli_getRepoTLDir "${BOND}" '--relative') PDIRS[1]=Scripts/Bash/Functions/Render/Config - PDIRS[2]=Translations + PDIRS[2]=Locales # Redefine bond string without its top level directory structure. BOND=$(echo $BOND | sed -r "s,^${TDIR}/(.+)$,\1,")