summaryrefslogtreecommitdiffstats
path: root/scp2/source/activex
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-11-30 16:48:22 +0100
committerPetr Mladek <pmladek@suse.cz>2011-12-01 18:43:49 +0100
commit2578d13ea8bf7b3918e392a3fabca7ba2fec3146 (patch)
treeeb4cb9ed6b42df4931d5a284ac34afbb86e9fe0c /scp2/source/activex
parentUse more reasonable permissions also the profile files (diff)
downloadcore-2578d13ea8bf7b3918e392a3fabca7ba2fec3146.tar.gz
core-2578d13ea8bf7b3918e392a3fabca7ba2fec3146.zip
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/activex')
-rw-r--r--scp2/source/activex/file_activex.scp8
1 files changed, 4 insertions, 4 deletions
diff --git a/scp2/source/activex/file_activex.scp b/scp2/source/activex/file_activex.scp
index db9b028def62..2ff8583cd54a 100644
--- a/scp2/source/activex/file_activex.scp
+++ b/scp2/source/activex/file_activex.scp
@@ -30,7 +30,7 @@
#ifdef WITH_ACTIVEX_COMPONENT
File gid_File_Lib_Soactivex
- TXT_FILE_BODY;
+ LIB_FILE_BODY;
Styles = (PACKED);
Dir = SCP2_OOO_BIN_DIR;
Name = "so_activex.dll";
@@ -38,7 +38,7 @@ End
#ifdef BUILD_X64
File gid_File_Lib_Soactivex64
- TXT_FILE_BODY;
+ LIB_FILE_BODY;
Styles = (PACKED);
Dir = SCP2_OOO_BIN_DIR;
Name = "so_activex_x64.dll";
@@ -47,14 +47,14 @@ End
#endif
File gid_File_Lib_Regactivex_Msi
- TXT_FILE_BODY;
+ LIB_FILE_BODY;
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
Dir = SCP2_OOO_BIN_DIR;
Name = "regactivex.dll";
End
File gid_File_Lib_Regpatchactivex_Msi
- TXT_FILE_BODY;
+ LIB_FILE_BODY;
Styles = (PACKED,PATCH,PATCH_ONLY,BINARYTABLE,BINARYTABLE_ONLY,DONTRENAMEINPATCH);
Dir = SCP2_OOO_BIN_DIR;
Name = "regpatchactivex.dll";