summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer/systemactions.pm
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-06 16:21:32 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-07 01:34:44 +0100
commit19b2933c6df6d429f47334f0882a3aaa17c61a39 (patch)
tree4bc657547867413bf4e2f90e564e943c9450ea7e /solenv/bin/modules/installer/systemactions.pm
parenteca3dec2047bf675932cc9a6b2ad8acaaf919a24 (diff)
installer: stop using PROEXT
Remove "productextension" from installer. There is some "common" cruft here that needs more cleanup.. Change-Id: Ia4ef306009f0c4952792d096bb335f834b0f8262
Diffstat (limited to 'solenv/bin/modules/installer/systemactions.pm')
-rw-r--r--solenv/bin/modules/installer/systemactions.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/systemactions.pm b/solenv/bin/modules/installer/systemactions.pm
index 457d68f3e83d..2037c10af1f2 100644
--- a/solenv/bin/modules/installer/systemactions.pm
+++ b/solenv/bin/modules/installer/systemactions.pm
@@ -202,7 +202,7 @@ sub create_directories
if ($newdirectory eq "unzip" ) # special handling for common directory
{
- $path = $path . ".." . $installer::globals::separator . "common" . $installer::globals::productextension . $installer::globals::separator;
+ $path = $path . ".." . $installer::globals::separator . "common" . $installer::globals::separator;
create_directory($path);
$path = $path . $newdirectory . $installer::globals::separator;