Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/debian/patches/2991_cursorfiles_noexec.patch
blob: d4fc9827e27ec43a8f048ec1776d1479f0b0a9fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cursor/sugar/Makefile.in b/cursor/sugar/Makefile.in
index bd69229..4f761f5 100644
--- a/cursor/sugar/Makefile.in
+++ b/cursor/sugar/Makefile.in
@@ -352,7 +352,7 @@ clean-local:
 install-data-local:
 	$(mkinstalldirs) $(DESTDIR)$(datadir)/icons/sugar/cursors/
 	for i in `cd $(THEME_DIR) && echo *` ; do					\
-	  $(INSTALL) $(THEME_DIR)/$$i $(DESTDIR)$(datadir)/icons/sugar/cursors/$$i ;	\
+	  $(INSTALL) -m u=rw,go=r $(THEME_DIR)/$$i $(DESTDIR)$(datadir)/icons/sugar/cursors/$$i ;	\
 	done
 
 uninstall-local: