summaryrefslogtreecommitdiff
path: root/staging/libreoffice/scp2-more-reasonable-file-access-rights.diff
diff options
context:
space:
mode:
Diffstat (limited to 'staging/libreoffice/scp2-more-reasonable-file-access-rights.diff')
-rw-r--r--staging/libreoffice/scp2-more-reasonable-file-access-rights.diff15
1 files changed, 0 insertions, 15 deletions
diff --git a/staging/libreoffice/scp2-more-reasonable-file-access-rights.diff b/staging/libreoffice/scp2-more-reasonable-file-access-rights.diff
deleted file mode 100644
index fd61cb4ca..000000000
--- a/staging/libreoffice/scp2-more-reasonable-file-access-rights.diff
+++ /dev/null
@@ -1,15 +0,0 @@
---- scp2/inc/macros.inc.old 2011-05-18 17:51:47.000000000 +0200
-+++ scp2/inc/macros.inc 2011-07-18 19:58:27.000000000 +0200
-@@ -92,10 +92,10 @@
- #endif
-
- #define BIN_FILE_BODY \
-- UnixRights = 555
-+ UnixRights = 755
-
- #define TXT_FILE_BODY \
-- UnixRights = 444
-+ UnixRights = 644
-
- #define USER_FILE_BODY \
- UnixRights = 644