diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-01-26 16:47:30 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-01-26 16:47:30 +0000 |
commit | 4ef40d7d967781cd8b32e9a1fbc8fd91b532872c (patch) | |
tree | 7ef175a76e15ba42b754fbc7c5951ce028b60adf /scp2 | |
parent | 42b90a51e8971ad6d79ec34d21c1cbe0bfb744f9 (diff) |
INTEGRATION: CWS sb46 (1.134.28); FILE MERGED
2006/01/17 10:53:14 dbo 1.134.28.1: #i49437# PATH for unopkg, pkgchk
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 41c1870a69a2..3ba78d6887af 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -4,9 +4,9 @@ * * $RCSfile: file_ooo.scp,v $ * - * $Revision: 1.138 $ + * $Revision: 1.139 $ * - * last change: $Author: hr $ $Date: 2006-01-24 16:44:51 $ + * last change: $Author: hr $ $Date: 2006-01-26 17:47:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -146,7 +146,7 @@ End File gid_File_Bin_Pkgchk BIN_FILE_BODY; Dir = gid_Dir_Program; - Styles = (PACKED); + Styles = (PACKED,PATCH); #ifdef UNX Name = "pkgchk.bin"; #else @@ -158,7 +158,7 @@ End File gid_File_Bin_MsiPkgchk BIN_FILE_BODY; Dir = gid_Dir_Program; - Styles = (PACKED); + Styles = (PACKED,PATCH); Name = "msi-pkgchk.exe"; End #endif @@ -199,7 +199,7 @@ End File gid_File_Bin_Unopkg BIN_FILE_BODY; Dir = gid_Dir_Program; - Styles = (PACKED); + Styles = (PACKED,PATCH); #ifdef UNX Name = "unopkg.bin"; #else |