diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2016-11-28 14:48:43 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-11-30 21:36:56 +0000 |
commit | fd7c94f0b201df7203410323fbabc9edcd2d69af (patch) | |
tree | efcb95f8c9e74d39114b976497a849baf728c9b3 /scp2/inc | |
parent | 82a783b7b78c9bdf1ab1a374a207907d9f86684a (diff) |
tdf#90753: Autoinstall sdk packages
Change-Id: I54de722335d443813cb4526716c0101a049db03f
Reviewed-on: https://gerrit.libreoffice.org/31370
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'scp2/inc')
-rw-r--r-- | scp2/inc/macros.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index 4de35db91e2e..a2e8daabe841 100644 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -115,7 +115,7 @@ #define PACKAGE_FILELIST(id,name) \ File id \ - Dir = FILELIST_DIR; \ + Dir = PACKAGE_FILELIST_DIR; \ Name = name; \ Styles = (FILELIST, USE_INTERNAL_RIGHTS, PACKED); \ End @@ -469,6 +469,10 @@ End #endif #endif +#if !defined PACKAGE_FILELIST_DIR +#define PACKAGE_FILELIST_DIR FILELIST_DIR +#endif + #define UI_FILELIST(name, file) \ File CONCAT2(gid_File_Share_Config_Sofficecfg_uiconfig_, name) \ TXT_FILE_BODY; \ |