summaryrefslogtreecommitdiff
path: root/scp2/source/gnome
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/gnome
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/gnome')
-rw-r--r--scp2/source/gnome/file_gnome.scp8
1 files changed, 4 insertions, 4 deletions
diff --git a/scp2/source/gnome/file_gnome.scp b/scp2/source/gnome/file_gnome.scp
index e3d2baf39132..27968b546fc6 100644
--- a/scp2/source/gnome/file_gnome.scp
+++ b/scp2/source/gnome/file_gnome.scp
@@ -28,7 +28,7 @@
#ifdef ENABLE_GIO
File gid_File_Lib_GIO
- TXT_FILE_BODY;
+ LIB_FILE_BODY;
Styles = (PACKED);
Dir = SCP2_OOO_BIN_DIR;
Name = STRING(CONCAT2(ucpgio1.uno,UNXSUFFIX));
@@ -37,7 +37,7 @@ End
#ifdef ENABLE_GNOMEVFS
File gid_File_Lib_Gnomevfs
- TXT_FILE_BODY;
+ LIB_FILE_BODY;
Styles = (PACKED);
Dir = SCP2_OOO_BIN_DIR;
Name = STRING(CONCAT2(ucpgvfs1.uno,UNXSUFFIX));
@@ -55,7 +55,7 @@ End
#ifdef ENABLE_GCONF
File gid_File_Lib_Gconfbe
- TXT_FILE_BODY;
+ LIB_FILE_BODY;
Styles = (PACKED);
Dir = SCP2_OOO_BIN_DIR;
Name = STRING(CONCAT2(gconfbe1.uno,UNXSUFFIX));
@@ -65,7 +65,7 @@ End
#ifdef ENABLE_SYSTRAY_GTK
File gid_File_Lib_QStart_Gtk
Name = LIBNAME(qstart_gtk);
- TXT_FILE_BODY;
+ LIB_FILE_BODY;
Styles = (PACKED);
Dir = SCP2_OOO_BIN_DIR;
End