From ec8d4595898d5dc4cac25deac65eb79370baf85a Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Tue, 3 Jul 2012 18:05:22 +0200 Subject: [PATCH] Bug #1329: Fix type in install.sh which prevented French sunstone language to be correctly installed. (cherry picked from commit 3d2463a4ac4c842eae2211997a8dcc11402a1d9c) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c0bc6a0712..68b41ab127 100755 --- a/install.sh +++ b/install.sh @@ -492,7 +492,7 @@ INSTALL_SUNSTONE_FILES=( SUNSTONE_PUBLIC_LOCALE_RU:$SUNSTONE_LOCATION/public/locale/ru SUNSTONE_PUBLIC_LOCALE_IT_IT:$SUNSTONE_LOCATION/public/locale/it_IT SUNSTONE_PUBLIC_LOCALE_PT_PT:$SUNSTONE_LOCATION/public/locale/pt_PT - SUNSTONE_PUBLIC_LOCALE_PT_PT:$SUNSTONE_LOCATION/public/locale/fr_FR + SUNSTONE_PUBLIC_LOCALE_FR_FR:$SUNSTONE_LOCATION/public/locale/fr_FR ) INSTALL_SUNSTONE_ETC_FILES=(