summaryrefslogtreecommitdiff
path: root/scp2/source/winexplorerext
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/winexplorerext
parent0056224aee18d6c04ece998e9fb6e3cff06b8719 (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/winexplorerext')
-rw-r--r--scp2/source/winexplorerext/file_winexplorerext.scp16
1 files changed, 8 insertions, 8 deletions
diff --git a/scp2/source/winexplorerext/file_winexplorerext.scp b/scp2/source/winexplorerext/file_winexplorerext.scp
index 97a898150f18..59a009962ad0 100644
--- a/scp2/source/winexplorerext/file_winexplorerext.scp
+++ b/scp2/source/winexplorerext/file_winexplorerext.scp
@@ -33,7 +33,7 @@ Directory gid_Dir_Shlxthdl
End
File gid_File_Lib_OOoFilt
- TXT_FILE_BODY;
+ LIB_FILE_BODY;
Styles = (PACKED);
Dir = gid_Dir_Shlxthdl;
Name = "ooofilt.dll";
@@ -42,7 +42,7 @@ End
#ifdef BUILD_X64
File gid_File_Lib_OOoFilt64
- TXT_FILE_BODY;
+ LIB_FILE_BODY;
Styles = (PACKED);
Dir = gid_Dir_Shlxthdl;
Name = "ooofilt_x64.dll";
@@ -52,7 +52,7 @@ End
#endif
File gid_File_Lib_Shlxthdl
- TXT_FILE_BODY;
+ LIB_FILE_BODY;
Styles = (PACKED);
Dir = gid_Dir_Shlxthdl;
Name = "shlxthdl.dll";
@@ -60,7 +60,7 @@ End
#ifdef BUILD_X64
File gid_File_Lib_Shlxthdl64
- TXT_FILE_BODY;
+ LIB_FILE_BODY;
Styles = (PACKED);
Dir = gid_Dir_Shlxthdl;
Name = "shlxthdl_x64.dll";
@@ -70,7 +70,7 @@ End
#endif
File gid_File_Lib_PropertyHdl
- TXT_FILE_BODY;
+ LIB_FILE_BODY;
Styles = (PACKED);
Dir = gid_Dir_Shlxthdl;
Name = "propertyhdl.dll";
@@ -78,7 +78,7 @@ End
#ifdef BUILD_X64
File gid_File_Lib_PropertyHdl64
- TXT_FILE_BODY;
+ LIB_FILE_BODY;
Styles = (PACKED);
Dir = gid_Dir_Shlxthdl;
Name = "propertyhdl_x64.dll";
@@ -88,14 +88,14 @@ End
#endif
File gid_File_Lib_Shlxtmsi
- TXT_FILE_BODY;
+ LIB_FILE_BODY;
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
Dir = SCP2_OOO_BIN_DIR;
Name = "shlxtmsi.dll";
End
File gid_File_Lib_Reg64
- TXT_FILE_BODY;
+ LIB_FILE_BODY;
Styles = (PACKED, BINARYTABLE, BINARYTABLE_ONLY);
Dir = SCP2_OOO_BIN_DIR;
Name = "reg64msi.dll";