summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-11-12 14:05:52 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-11-12 14:05:52 +0000
commitfc6a72175bf8ee7aed801e4003991e8e9c67c304 (patch)
tree7f435f15fbc29d6869ddd1db9cd95ef33ba77fde /perl-install/lang.pm
parent7902fe25c4e57756cbae9cce1e6a88c32e04b9f4 (diff)
downloaddrakx-backup-do-not-use-fc6a72175bf8ee7aed801e4003991e8e9c67c304.tar
drakx-backup-do-not-use-fc6a72175bf8ee7aed801e4003991e8e9c67c304.tar.gz
drakx-backup-do-not-use-fc6a72175bf8ee7aed801e4003991e8e9c67c304.tar.bz2
drakx-backup-do-not-use-fc6a72175bf8ee7aed801e4003991e8e9c67c304.tar.xz
drakx-backup-do-not-use-fc6a72175bf8ee7aed801e4003991e8e9c67c304.zip
add/remove some spaces to make perl_checker happy
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index 2018f2d1d..671b6964d 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -576,7 +576,7 @@ sub set {
#- getting the main charset
mkdir "$dir/$main_charset";
mkdir "$dir/$main_charset/LC_MESSAGES";
- install_any::getAndSaveFile ("$dir/$main_charset/$_") foreach @LCs, 'LC_MESSAGES/SYS_LC_MESSAGES';
+ install_any::getAndSaveFile("$dir/$main_charset/$_") foreach @LCs, 'LC_MESSAGES/SYS_LC_MESSAGES';
}
mkdir "$dir/$LANG";
@@ -764,7 +764,7 @@ sub load_mo {
#- cleanup
eval { rm_rf($localedir) };
eval { mkdir_p(dirname("$localedir/$_/$suffix")) };
- install_any::getAndSaveFile ("$localedir/$_/$suffix");
+ install_any::getAndSaveFile("$localedir/$_/$suffix");
-s $f and return $_;
}
@@ -801,7 +801,7 @@ sub get_x_fontset {
if (! -e "$dir/$f" && $::isInstall && common::usingRamdisk()) {
unlink "$dir/$_" foreach values %bigfonts;
install_any::remove_bigseldom_used ();
- install_any::getAndSaveFile ("$dir/$f");
+ install_any::getAndSaveFile("$dir/$f");
}
}
my ($big, $small) = @$c[5..6];