summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index a3a1c96c6..77d9bbb86 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -121,7 +121,7 @@ sub set {
delete $ENV{LC_ALL};
delete $ENV{LINGUAS};
}
- install_any::install_cpio($prefix, "/usr/share/locale", $lang);
+ install_any::install_cpio("/usr/share/locale", $lang);
}
sub write {