diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-09-21 01:34:26 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-22 11:08:32 +0200 |
commit | 764e688fcf497d4b44bcc4d4b009a0cc886b6c14 (patch) | |
tree | 20d1432f5624a3156dc716101b994db64ae1d200 /scp2 | |
parent | 814ec7640fc2a529343e358ab4fd3b9a59d645ca (diff) |
desktop: soffice.bin and unopkg.bin cleanup
Clean up the horrible mess around unopkg.bin unopkg.com unopkg.exe and
soffice.bin soffice.exe and crashrep.com executables and associated
renaming via Packages in the desktop makefiles by simply using
RepositoryFixes to correct the names.
Change-Id: I4d3a549462cfa90a63d62b35db1b0407b25239f7
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index f19f83ebef88..8eb6ac68e232 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -531,17 +531,10 @@ End #ifndef MACOSX File gid_Brand_File_Bin_Soffice_Bin -#ifdef WNT -// FIXME quick hack - Dir = FILELIST_DIR; - Name = "desktop_soffice_bin.filelist"; - Styles = (FILELIST, PACKED); -#else BIN_FILE_BODY; Dir = gid_Brand_Dir_Program; Styles = (PACKED); Name = "soffice.bin"; -#endif End #endif |