summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/standalone/localedrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/localedrake b/perl-install/standalone/localedrake
index fb17348e0..ef72f498e 100644
--- a/perl-install/standalone/localedrake
+++ b/perl-install/standalone/localedrake
@@ -17,7 +17,7 @@ foreach (@ARGV) {
}
if ($klang) {
my $lang = lang::kde_lang_country2lang($klang, $country);
- lang::write('', $lang, $>) if $apply;
+ lang::write('', $lang, $>, 'dont_touch_kde_files') if $apply;
#- help KDE defaulting to the right charset
print lang::charset2kde_charset(lang::lang2charset($lang)), "\n";