summaryrefslogtreecommitdiff
path: root/i18nlangtag
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-04-24 12:27:48 +0200
committerEike Rathke <erack@redhat.com>2013-04-24 12:30:16 +0200
commitd81f84a0a40f99316d32b2877ea8b92da3dfc74c (patch)
tree8cd33e6b5907ea7439a9a1f5868a14a970064a47 /i18nlangtag
parent826e787733d1d5e82b8fcc20de9e569c6a0ae5fd (diff)
adapt to header move
Change-Id: Ie460c5dbf354f68a21d52bd84b7e95b78fca11be
Diffstat (limited to 'i18nlangtag')
-rwxr-xr-xi18nlangtag/source/isolang/langid.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18nlangtag/source/isolang/langid.pl b/i18nlangtag/source/isolang/langid.pl
index 4504f08eabed..16f1b07a79de 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)))