13 lines
591 B
Plaintext
13 lines
591 B
Plaintext
$OpenBSD: patch-src_bin_Makefile_in,v 1.2 2011/01/16 01:00:11 laurent Exp $
|
|
--- src/bin/Makefile.in.orig Sat Jan 8 15:33:38 2011
|
|
+++ src/bin/Makefile.in Sat Jan 8 15:33:59 2011
|
|
@@ -889,7 +889,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
|
|
installed_headersdir = $(prefix)/include/enlightenment
|
|
installed_headers_DATA = $(ENLIGHTENMENTHEADERS)
|
|
all: all-recursive
|