diff options
author | Petr Mladek <pmladek@suse.cz> | 2011-11-30 16:48:22 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-12-01 18:43:49 +0100 |
commit | 2578d13ea8bf7b3918e392a3fabca7ba2fec3146 (patch) | |
tree | eb4cb9ed6b42df4931d5a284ac34afbb86e9fe0c /scp2/source/canvas | |
parent | 0056224aee18d6c04ece998e9fb6e3cff06b8719 (diff) |
add exectuable rights for libraries on Linux
RPM strips debuginfo packages from libraries only when they have
execuateble rights
It does not fix permissions of the prebuilt mozilla libraries; scp2 defines
the same permissions for all files inside the mozruntime.zip archive.
Unfortuantely, it icludes libraries and data files togetger.
Diffstat (limited to 'scp2/source/canvas')
-rw-r--r-- | scp2/source/canvas/cairocanvas.scp | 2 | ||||
-rw-r--r-- | scp2/source/canvas/mtfrenderer.scp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scp2/source/canvas/cairocanvas.scp b/scp2/source/canvas/cairocanvas.scp index 2d7af5321f35..4b313bce971d 100644 --- a/scp2/source/canvas/cairocanvas.scp +++ b/scp2/source/canvas/cairocanvas.scp @@ -28,7 +28,7 @@ #include "macros.inc" File gid_File_Lib_CairoCanvas - TXT_FILE_BODY; + LIB_FILE_BODY; Styles = (PACKED); Dir = SCP2_OOO_BIN_DIR; #ifdef UNX diff --git a/scp2/source/canvas/mtfrenderer.scp b/scp2/source/canvas/mtfrenderer.scp index 7e239bed7c92..da372b2623f0 100644 --- a/scp2/source/canvas/mtfrenderer.scp +++ b/scp2/source/canvas/mtfrenderer.scp @@ -28,7 +28,7 @@ #include "macros.inc" File gid_File_Lib_MtfRenderer - TXT_FILE_BODY; + LIB_FILE_BODY; Styles = (PACKED,UNO_COMPONENT); RegistryID = gid_Starregistry_Services_Rdb; Dir = SCP2_OOO_BIN_DIR; |