diff options
author | Andras Timar <atimar@suse.com> | 2012-09-26 14:36:24 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-09-26 18:59:12 +0200 |
commit | a99ddfdc2f3b1abef56c61ab727b602d38a2413b (patch) | |
tree | e1a5258bbb06031b11125e44d583a32a776cb8a5 /i18npool | |
parent | 8d08ebb6c639cb419c97ae745ce626eee1bd4601 (diff) |
msi-encodinglist.txt was moved to different location
Change-Id: I05715d4afb205aa11eb0eb98c6734db02a6be8d8
Diffstat (limited to 'i18npool')
-rwxr-xr-x | i18npool/source/isolang/langid.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/isolang/langid.pl b/i18npool/source/isolang/langid.pl index fcccd53b7a90..78221b5527aa 100755 --- a/i18npool/source/isolang/langid.pl +++ b/i18npool/source/isolang/langid.pl @@ -406,7 +406,7 @@ sub main() # af 1252 1078 # Afrikaans grepFile( '^\s*' . $langcoun . '', - "$SRC_ROOT", "setup_native", "source/win32/msi-encodinglist.txt", ()); + "$SRC_ROOT", "l10ntools", "source/ulfconv/msi-encodinglist.txt", ()); } } return 0; |