[Libreoffice-commits] core.git: i18nlangtag/source

Eike Rathke erack at redhat.com
Wed Apr 24 03:30:38 PDT 2013


 i18nlangtag/source/isolang/langid.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d81f84a0a40f99316d32b2877ea8b92da3dfc74c
Author: Eike Rathke <erack at redhat.com>
Date:   Wed Apr 24 12:27:48 2013 +0200

    adapt to header move
    
    Change-Id: Ie460c5dbf354f68a21d52bd84b7e95b78fca11be

diff --git a/i18nlangtag/source/isolang/langid.pl b/i18nlangtag/source/isolang/langid.pl
index 4504f08..16f1b07 100755
--- a/i18nlangtag/source/isolang/langid.pl
+++ b/i18nlangtag/source/isolang/langid.pl
@@ -103,7 +103,7 @@ sub grepFile($$$$@)
     # Try module under current working directory first to catch local
     # modifications. A Not yet delivered lang.h is a special case.
     if ("$path/$module/$name" eq "$SOLENVINC/i18nlangtag/lang.h") {
-        $file = "./$module/inc/i18nlangtag/lang.h"; }
+        $file = "./include/$module/lang.h"; }
     else {
         $file = "./$module/$name"; }
     if (!($found = open( IN, $file)))


More information about the Libreoffice-commits mailing list