[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - solenv/bin
David Tardon
dtardon at redhat.com
Thu Jun 20 00:51:20 PDT 2013
solenv/bin/modules/installer.pm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
New commits:
commit 36b4c3b0836717a414d5dc327eb90200f583a6b9
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
(cherry picked from commit 4379180aaa6b65e172d366fbf64cbe3cea6d5435)
Signed-off-by: Fridrich Å trba <fridrich.strba at bluewin.ch>
diff --git a/solenv/bin/modules/installer.pm b/solenv/bin/modules/installer.pm
index 27244a9..22b5537 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