diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-25 16:43:55 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-25 16:46:55 +0200 |
commit | 71adf4e972b3e8a32f60e2edf31bfbba3be28dca (patch) | |
tree | e1757d0b35b6c4b4cf27f91ca0b202022652754d /solenv/bin/modules/installer.pm | |
parent | 5b29d3a7fd759fd3d35af4a13e0977be6c20cd99 (diff) |
installer: remove SUBST_FILENAME/InstallName with prejudice
Change-Id: I24b086643fad46e4403ba087d2b65528bf090422
Diffstat (limited to 'solenv/bin/modules/installer.pm')
-rw-r--r-- | solenv/bin/modules/installer.pm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/solenv/bin/modules/installer.pm b/solenv/bin/modules/installer.pm index 3d36acfb56ce..d5698cf0e4c3 100644 --- a/solenv/bin/modules/installer.pm +++ b/solenv/bin/modules/installer.pm @@ -47,7 +47,6 @@ use installer::scriptitems; use installer::setupscript; use installer::simplepackage; use installer::strip qw(strip_libraries); -use installer::substfilenamefiles; use installer::systemactions; use installer::windows::assembly; use installer::windows::binary; @@ -632,14 +631,6 @@ sub run { } ##################################### - # Files with flag SUBST_FILENAME - ##################################### - - installer::logger::print_message( "... analyzing files with flag SUBST_FILENAME ...\n" ); - - installer::substfilenamefiles::resolving_subst_filename_flag($filesinproductlanguageresolvedarrayref, $allvariableshashref, $languagestringref); - - ##################################### # Files with flag SCPZIP_REPLACE ##################################### |