diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-01-10 00:50:10 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-01-10 01:01:48 +0100 |
commit | deb39c012031b7981360665cc19dc81d3342a3ad (patch) | |
tree | d06de3b899911ee95c9629909a0fd81ed7c6d1ab /scp2/source | |
parent | 415dfd0d89f550268dc66d4e7d447c1975a8aa44 (diff) |
fix help packaging for Mac OS X language packs
helpcontent was not packaged into the tarball that is extracted into the
user's installation directory (and thus never was installed)
simplify the packaging by getting rid of the special "collect" dir
(LangPackHostName) that was the cause for the problem to begin with:
LanguagePack files were collected in LangPackHostName based directory,
while HelpPack files were collected in regular directory.
And that value wasn't even used for the actual path that is delivered to
the user, so get rid of it and the associated code.
Change-Id: Iadd24382a45722bbe8d58bd97be79609fd03021b
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/ooo/directory_ooo_macosx.scp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scp2/source/ooo/directory_ooo_macosx.scp b/scp2/source/ooo/directory_ooo_macosx.scp index 6cd14ab17cf2..0bc7bfd44d25 100644 --- a/scp2/source/ooo/directory_ooo_macosx.scp +++ b/scp2/source/ooo/directory_ooo_macosx.scp @@ -22,7 +22,6 @@ Directory gid_Dir_Bundle ParentID = PD_PROGDIR; HostName = "%PRODUCTNAME.app"; - LangPackHostName = "%PRODUCTNAME Language Pack.app"; End Directory gid_Dir_Bundle_Contents |