From 0183dc88e25b30725c118fd5b515e739d717b6be Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 28 Oct 2014 21:36:11 +0100 Subject: scp2: move crashrep executables to AutoInstall Change-Id: Ib9fba534491ce67d329a375a359eef4520c0a3a1 --- scp2/source/ooo/common_brand.scp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scp2/source/ooo/common_brand.scp') diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 8c08811ad78c..ce5dcbc03619 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -27,6 +27,8 @@ #include "macros.inc" +#include "AutoInstall/crashrep" + #include "config_folders.h" Module gid_Module_Root_Brand @@ -51,9 +53,8 @@ Module gid_Module_Root_Brand gid_Brand_Dir_Share_Labels, gid_Brand_Dir_Share_Registry, gid_Brand_Dir_Share_Xdg); - Files = (gid_Brand_File_Bin_Crashreport, + Files = (auto_crashrep_ALL, gid_Brand_File_Bin_Crashreport_Script, - gid_Brand_File_Bin_Crashreport_Com, gid_Brand_File_Gdb_Trace, gid_Brand_File_Bin_Soffice, gid_Brand_File_Bin_Soffice_Bin, -- cgit