You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
797 B
26 lines
797 B
Index: Makefile.in |
|
--- Makefile.in.orig 2016-12-18 14:52:09.000000000 +0100 |
|
+++ Makefile.in 2016-12-20 14:10:19.125710000 +0100 |
|
@@ -63,7 +63,7 @@ |
|
SED = @SED@ |
|
|
|
INSTALL = $(SHELL) $(top_srcdir)/install-sh -c |
|
-INSTALL_OWNER = -o $(install_uid) -g $(install_gid) |
|
+INSTALL_OWNER = |
|
|
|
ECHO_N = @ECHO_N@ |
|
ECHO_C = @ECHO_C@ |
|
Index: lib/util/Makefile.in |
|
--- lib/util/Makefile.in.orig 2016-12-18 14:52:23.000000000 +0100 |
|
+++ lib/util/Makefile.in 2016-12-20 14:10:19.125911000 +0100 |
|
@@ -51,8 +51,8 @@ |
|
|
|
# Our install program supports extra flags... |
|
INSTALL = $(SHELL) $(top_srcdir)/install-sh -c |
|
-INSTALL_OWNER = -o $(install_uid) -g $(install_gid) |
|
-INSTALL_BACKUP = @INSTALL_BACKUP@ |
|
+INSTALL_OWNER = |
|
+INSTALL_BACKUP = |
|
|
|
# C preprocessor defines |
|
CPPDEFS = -D_PATH_SUDO_CONF=\"$(sysconfdir)/sudo.conf\"
|
|
|