summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer.pm
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-06 23:28:00 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-09 22:09:01 +0200
commit96d98bc617b5fbfac785205c73cfc4d94d29c08f (patch)
tree7638f382ad72a8862d86354ddb671824d3f673c7 /solenv/bin/modules/installer.pm
parent2e47462d076364725875e770a91a7bb6bbbec2c1 (diff)
installer: fix handling of symbolic links in filelists so EPM is happy
also, chmodding symlinks rarely does something useful Change-Id: Icdeb62728c3c0684d40d3a2c4d3bcb87b21bfb5a
Diffstat (limited to 'solenv/bin/modules/installer.pm')
-rw-r--r--solenv/bin/modules/installer.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer.pm b/solenv/bin/modules/installer.pm
index ed54ce827cce..f88402bdfb1d 100644
--- a/solenv/bin/modules/installer.pm
+++ b/solenv/bin/modules/installer.pm
@@ -621,7 +621,7 @@ sub run {
installer::logger::print_message( "... analyzing files with flag FILELIST ...\n" );
- $filesinproductlanguageresolvedarrayref = installer::filelists::resolve_filelist_flag($filesinproductlanguageresolvedarrayref, $ENV{'INSTDIR'});
+ ($filesinproductlanguageresolvedarrayref, $unixlinksinproductarrayref) = installer::filelists::resolve_filelist_flag($filesinproductlanguageresolvedarrayref, $unixlinksinproductarrayref, $ENV{'INSTDIR'});
# packed files sometimes contain a "$" in their name: HighlightText$1.class. For epm the "$" has to be quoted by "$$"