Prevent epm from stripping unless explicitly requested

Change-Id: I9f89d78d5772a1a60c89ab4aa4b6ef9bd6179754
This commit is contained in:
Stephan Bergmann 2012-09-07 18:01:54 +02:00
parent 2195e0c699
commit 2ad7f82e4a

View file

@ -829,6 +829,8 @@ sub call_epm
my $extraflags = "";
if ($ENV{'EPM_FLAGS'}) { $extraflags = $ENV{'EPM_FLAGS'}; }
$extraflags .= ' -g' unless $installer::globals::strip;
my $systemcall = $ldpreloadstring . $epmname . " -f " . $packageformat . " " . $extraflags . " " . $localpackagename . " " . $epmlistfilename . $outdirstring . " -v " . " 2\>\&1 |";
installer::logger::print_message( "... $systemcall ...\n" );