diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2010-12-17 19:39:04 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-12-17 19:39:04 +0100 |
commit | f2e89238a6f5f119b138b685194f1b0d64ba7c7d (patch) | |
tree | a9770dcc33175001d2d6e76eb90975aff9ae99cd /scp2/source | |
parent | 2e741fcb53315c9450e9987f2ac5b8e45d8548c4 (diff) |
fix some help install flags
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 2 | ||||
-rw-r--r-- | scp2/source/ooo/ooo_brand.scp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index b8624ac9ea44..f4dd7e64bfce 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -406,7 +406,7 @@ End File gid_File_Help_Help_Zip Dir = gid_Dir_Help; - ARCHIVE_TXT_FILE_BODY; + ARCHIVE_TXT_FILE_BODY_HELPPACK; Name = "helpxsl.zip"; End diff --git a/scp2/source/ooo/ooo_brand.scp b/scp2/source/ooo/ooo_brand.scp index b3ac38781cbb..74a9dc33a8f7 100644 --- a/scp2/source/ooo/ooo_brand.scp +++ b/scp2/source/ooo/ooo_brand.scp @@ -35,7 +35,7 @@ Directory gid_Dir_Brand_Root #else HostName = "."; #endif - Styles = (OFFICEDIRECTORY,ISINSTALLLOCATION); + Styles = (OFFICEDIRECTORY,ISINSTALLLOCATION,CREATE); End #endif |