Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorC. Scott Ananian <cscott@laptop.org>2008-10-06 20:21:26 (GMT)
committer C. Scott Ananian <cscott@laptop.org>2008-10-06 20:21:26 (GMT)
commit99ca22a04b950c40340ae018a3be080a95eaacc9 (patch)
tree4f0a26239a440f60ef204f3b62da85d648670aea
parent45b547d7d01f3867eed34eb4f1b01a1a1950235c (diff)
dlo trac #8779: don't mark cursors executable (from debian packaging).
-rw-r--r--cursor/sugar/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cursor/sugar/Makefile.am b/cursor/sugar/Makefile.am
index 4f1147d..93bd6a6 100644
--- a/cursor/sugar/Makefile.am
+++ b/cursor/sugar/Makefile.am
@@ -30,7 +30,7 @@ clean-local:
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(datadir)/icons/sugar/cursors/
for i in `cd $(CURSORS_DIR) && echo *` ; do \
- $(INSTALL) $(CURSORS_DIR)/$$i $(DESTDIR)$(datadir)/icons/sugar/cursors/$$i ; \
+ $(INSTALL) -m u=rw,go=r $(CURSORS_DIR)/$$i $(DESTDIR)$(datadir)/icons/sugar/cursors/$$i ; \
done
uninstall-local: