diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-28 10:21:04 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-28 10:21:04 +0000 |
commit | 5254fb7ffd315aa0797889397039c186c095eb8b (patch) | |
tree | 6c54f337a032aaad1866deb32f9f8dcad2c92d34 /solenv/bin/modules | |
parent | 55566268b29526888826774c25bbfa6ea0cbb051 (diff) |
INTEGRATION: CWS socsprod_SRC680 (1.49.86); FILE MERGED
2006/08/15 15:55:16 abi 1.49.86.2: RESYNC: (1.49-1.52); FILE MERGED
2006/07/04 14:46:35 is 1.49.86.1: #137700# pdf converter product
Diffstat (limited to 'solenv/bin/modules')
-rw-r--r-- | solenv/bin/modules/installer/epmfile.pm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/solenv/bin/modules/installer/epmfile.pm b/solenv/bin/modules/installer/epmfile.pm index 8999a1699eec..90287b53b6f2 100644 --- a/solenv/bin/modules/installer/epmfile.pm +++ b/solenv/bin/modules/installer/epmfile.pm @@ -4,9 +4,9 @@ # # $RCSfile: epmfile.pm,v $ # -# $Revision: 1.52 $ +# $Revision: 1.53 $ # -# last change: $Author: obo $ $Date: 2006-07-13 13:15:19 $ +# last change: $Author: ihi $ $Date: 2006-08-28 11:21:04 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -285,7 +285,8 @@ sub create_epm_header $readmefilename = "README"; } - if ( $installer::globals::languagepack ) # in language packs the files LICENSE and README are removed, because they are not language specific + if (( $installer::globals::languagepack ) # in language packs the files LICENSE and README are removed, because they are not language specific + || ( $variableshashref->{'NO_README_IN_ROOTDIR'} )) { if ( $installer::globals::iswindowsbuild ) { |