summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-03-30 17:23:12 +0200
committerPetr Mladek <pmladek@suse.cz>2011-03-30 17:23:12 +0200
commit16da377da87055235e2ff442bfe8dfbffb2d3935 (patch)
treeda86a043095be85fa7605e878da7469cbac65c7a /solenv
parentsolenv-installer-cleaner-paths.diff: do not create '.' subdirectories (diff)
downloadcore-16da377da87055235e2ff442bfe8dfbffb2d3935.tar.gz
core-16da377da87055235e2ff442bfe8dfbffb2d3935.zip
solenv-installer-lang-filelist-names.diff: avoid double lang string
do not print twice the lang name in the filelist for example, generate gid_Module_Langpack_Basis_es instead of gid_Module_Langpack_Basis_es.es
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/worker.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/worker.pm b/solenv/bin/modules/installer/worker.pm
index 6b0dfb782db9..c50813f4ee27 100644
--- a/solenv/bin/modules/installer/worker.pm
+++ b/solenv/bin/modules/installer/worker.pm
@@ -791,7 +791,6 @@ sub install_simple ($$$$$$)
{
my $filelist;
my $fname = $installer::globals::destdir . "/$packagename";
- if ($installer::globals::languagepack || $installer::globals::helppack) { $fname .= ".$languagestring"; }
open ($filelist, ">$fname") || die "Can't open $fname: $!";
print $filelist @lines;
close ($filelist);