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
795 B

Index: Makefile.in
--- Makefile.in.orig 2021-05-12 20:13:31.876050000 +0200
+++ Makefile.in 2021-05-12 20:20:03.212455000 +0200
@@ -73,7 +73,7 @@
SED = @SED@
INSTALL = $(SHELL) $(scriptdir)/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 2021-05-12 20:13:31.876504000 +0200
+++ lib/util/Makefile.in 2021-05-12 20:20:23.837282000 +0200
@@ -56,8 +56,8 @@
# Our install program supports extra flags...
INSTALL = $(SHELL) $(scriptdir)/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\"