pkgsrc-wip/e17/patches/patch-ac
2009-06-08 15:32:07 +00:00

13 lines
558 B
Text

$NetBSD: patch-ac,v 1.2 2009/06/08 15:32:07 jsonn Exp $
--- src/bin/Makefile.am.orig 2007-10-31 11:09:51.000000000 +0100
+++ src/bin/Makefile.am
@@ -381,7 +381,7 @@ enlightenment_init_LDADD = @E_INIT_LIBS@
# HACK! why install-data-hook? install-exec-hook is run after bin_PROGRAMS
# and before internal_bin_PROGRAMS are installed. install-data-hook is
# run after both
-setuid_root_mode = a=rx,u+xs
+setuid_root_mode = a=rx,u+x
install-data-hook:
@chmod $(setuid_root_mode) $(DESTDIR)$(libdir)/enlightenment/utils/enlightenment_sys$(EXEEXT) || true