summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-30 14:05:22 +0100
committerMichael Stahl <mstahl@redhat.com>2013-10-31 10:42:21 +0100
commit9c40b2d67cf87018e45a89f71e40ba090769d392 (patch)
tree2646d9694e58c5efbf5d8862a028447fc78667d9 /solenv/bin
parent9aa6fbb518c0b690741af1e07bae894e5cd4ebba (diff)
sysui: remove Package_desktop
... put the CustomTarget dir on the search path instead. Change-Id: I2888e10bfa58d3c5b0f39958328efb14c3ce92a9
Diffstat (limited to 'solenv/bin')
-rw-r--r--solenv/bin/modules/installer/environment.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/bin/modules/installer/environment.pm b/solenv/bin/modules/installer/environment.pm
index e76037ba2ba6..c77712503446 100644
--- a/solenv/bin/modules/installer/environment.pm
+++ b/solenv/bin/modules/installer/environment.pm
@@ -64,6 +64,9 @@ sub create_pathvariables
my $extensionsdir = $environment->{'WORKDIR'} . $installer::globals::separator . "Extension";
$variables{'extensionsdir'} = $extensionsdir;
+ my $customtargetpath = $environment->{'WORKDIR'} . $installer::globals::separator . "CustomTarget";
+ $variables{'customtargetpath'} = $customtargetpath;
+
my $filelistpath = $environment->{'WORKDIR'};
$variables{'filelistpath'} = $filelistpath;