summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-11-16 16:07:48 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-16 16:08:43 +0100
commit1a07c3b5302baecc91d9bd7de853b069bf1e3b27 (patch)
treec3202346422bb220119cc13d6fce89cb82e12a56 /solenv
parent91a92b94531cb8997ba204016cd2171f7c118f51 (diff)
Typo WITHOUTDOTPACKAGEVERSION -> WITHOUTDOTPRODUCTVERSION.
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/epmfile.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/epmfile.pm b/solenv/bin/modules/installer/epmfile.pm
index d05c99093ce2..eff03a5ee1af 100644
--- a/solenv/bin/modules/installer/epmfile.pm
+++ b/solenv/bin/modules/installer/epmfile.pm
@@ -1987,7 +1987,7 @@ sub include_languageinfos_into_pkginfo
else
{
# Using default package ooobasis30-core01.
- my $packagelistentry = "%BASISPACKAGEPREFIX%WITHOUTDOTPACKAGEVERSION-core01";
+ my $packagelistentry = "%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core01";
installer::packagelist::resolve_packagevariables(\$packagelistentry, $variableshashref, 1);
$newline = "SUNW_PKGLIST=" . $packagelistentry . "\n";
add_one_line_into_file($changefile, $newline, $filename);