[Libreoffice-commits] core.git: solenv/bin
David Tardon
dtardon at redhat.com
Thu Jun 20 00:24:49 PDT 2013
solenv/bin/modules/installer.pm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
New commits:
commit 4379180aaa6b65e172d366fbf64cbe3cea6d5435
Author: David Tardon <dtardon at redhat.com>
Date: Thu Jun 20 09:23:56 2013 +0200
quote $ for files from filelists too
Change-Id: Ice814ea226ddac24325770d038e019e19bc635ce
diff --git a/solenv/bin/modules/installer.pm b/solenv/bin/modules/installer.pm
index 6ae5b57..24030ff 100644
--- a/solenv/bin/modules/installer.pm
+++ b/solenv/bin/modules/installer.pm
@@ -609,13 +609,6 @@ sub run {
$filesinproductlanguageresolvedarrayref = installer::archivefiles::resolving_archive_flag($filesinproductlanguageresolvedarrayref, \@additional_paths_from_zipfiles, $languagestringref, $loggingdir);
- # packed files sometimes contain a "$" in their name: HighlightText$1.class. For epm the "$" has to be quoted by "$$"
-
- if (!( $installer::globals::iswindowsbuild || $installer::globals::simple ) )
- {
- installer::scriptitems::quoting_illegal_filenames($filesinproductlanguageresolvedarrayref);
- }
-
######################################################################################
# Processing files with flag FILELIST and putting listed files into the file list
######################################################################################
@@ -624,6 +617,13 @@ sub run {
$filesinproductlanguageresolvedarrayref = installer::filelists::resolve_filelist_flag($filesinproductlanguageresolvedarrayref, $ENV{'INSTDIR'});
+ # packed files sometimes contain a "$" in their name: HighlightText$1.class. For epm the "$" has to be quoted by "$$"
+
+ if (!( $installer::globals::iswindowsbuild || $installer::globals::simple ) )
+ {
+ installer::scriptitems::quoting_illegal_filenames($filesinproductlanguageresolvedarrayref);
+ }
+
#####################################
# Files with flag SUBST_FILENAME
#####################################
More information about the Libreoffice-commits
mailing list