|
|
|
@ -1,11 +1,17 @@
|
|
|
|
|
Index: bin/modules/installer/scriptitems.pm
|
|
|
|
|
===================================================================
|
|
|
|
|
RCS file: /cvs/tools/solenv/bin/modules/installer/scriptitems.pm,v
|
|
|
|
|
retrieving revision 1.17
|
|
|
|
|
diff -u -p -r1.17 scriptitems.pm
|
|
|
|
|
--- openoffice.org.orig/solenv/bin/modules/installer/scriptitems.pm 24 Feb 2005 16:21:15 -0000 1.17
|
|
|
|
|
+++ openoffice.org/solenv/bin/modules/installer/scriptitems.pm 18 Mar 2005 22:39:42 -0000
|
|
|
|
|
@@ -1356,11 +1356,10 @@
|
|
|
|
|
From eab93c587dd524241f63e885b0e4ac8700da5d16 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: David Tardon <dtardon@redhat.com>
|
|
|
|
|
Date: Mon, 3 Feb 2014 20:31:04 +0100
|
|
|
|
|
Subject: [PATCH] solenv: allow missing files
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
solenv/bin/modules/installer/scriptitems.pm | 15 ++++++---------
|
|
|
|
|
1 file changed, 6 insertions(+), 9 deletions(-)
|
|
|
|
|
|
|
|
|
|
diff --git a/solenv/bin/modules/installer/scriptitems.pm b/solenv/bin/modules/installer/scriptitems.pm
|
|
|
|
|
index 4c384ce..963ca84 100644
|
|
|
|
|
--- a/solenv/bin/modules/installer/scriptitems.pm
|
|
|
|
|
+++ b/solenv/bin/modules/installer/scriptitems.pm
|
|
|
|
|
@@ -1133,11 +1133,10 @@ sub remove_Files_Without_Sourcedirectory
|
|
|
|
|
|
|
|
|
|
if ( ! $installer::globals::languagepack && !$installer::globals::helppack)
|
|
|
|
|
{
|
|
|
|
@ -19,7 +25,7 @@ diff -u -p -r1.17 scriptitems.pm
|
|
|
|
|
|
|
|
|
|
next; # removing this file from list, if sourcepath is empty
|
|
|
|
|
}
|
|
|
|
|
@@ -1368,11 +1367,10 @@
|
|
|
|
|
@@ -1145,11 +1144,10 @@ sub remove_Files_Without_Sourcedirectory
|
|
|
|
|
{
|
|
|
|
|
if (( $onefile->{'ismultilingual'} ) || ( $styles =~ /\bFORCELANGUAGEPACK\b/ ))
|
|
|
|
|
{
|
|
|
|
@ -33,7 +39,7 @@ diff -u -p -r1.17 scriptitems.pm
|
|
|
|
|
|
|
|
|
|
next; # removing this file from list, if sourcepath is empty
|
|
|
|
|
}
|
|
|
|
|
@@ -1390,11 +1388,10 @@
|
|
|
|
|
@@ -1167,11 +1165,10 @@ sub remove_Files_Without_Sourcedirectory
|
|
|
|
|
{
|
|
|
|
|
if (( $onefile->{'ismultilingual'} ) || ( $styles =~ /\bFORCEHELPPACK\b/ ))
|
|
|
|
|
{
|
|
|
|
@ -47,14 +53,6 @@ diff -u -p -r1.17 scriptitems.pm
|
|
|
|
|
|
|
|
|
|
next; # removing this file from list, if sourcepath is empty
|
|
|
|
|
}
|
|
|
|
|
--- openoffice.org.orig/solenv/bin/modules/installer/simplepackage.pm 2010-07-12 10:27:26.000000000 +0100
|
|
|
|
|
+++ openoffice.org/solenv/bin/modules/installer/simplepackage.pm 2010-07-12 10:27:54.000000000 +0100
|
|
|
|
|
@@ -53,7 +53,7 @@
|
|
|
|
|
( $installer::globals::packageformat eq "archive" ))
|
|
|
|
|
{
|
|
|
|
|
$installer::globals::is_simple_packager_project = 1;
|
|
|
|
|
- $installer::globals::patch_user_dir = 1;
|
|
|
|
|
+ $installer::globals::patch_user_dir = 1;
|
|
|
|
|
}
|
|
|
|
|
elsif( $installer::globals::packageformat eq "dmg" )
|
|
|
|
|
{
|
|
|
|
|
--
|
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|