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.

12 lines
412 B

  1. diff -rupN sudo-1.8.11p2.orig/Makefile.in sudo-1.8.11p2/Makefile.in
  2. --- sudo-1.8.11p2.orig/Makefile.in 2014-10-07 22:26:20.000000000 +0200
  3. +++ sudo-1.8.11p2/Makefile.in 2014-12-09 22:00:27.256934143 +0100
  4. @@ -62,7 +62,7 @@ SHELL = @SHELL@
  5. SED = @SED@
  6. INSTALL = $(SHELL) $(top_srcdir)/install-sh -c
  7. -INSTALL_OWNER = -o $(install_uid) -g $(install_gid)
  8. +INSTALL_OWNER =
  9. ECHO_N = @ECHO_N@
  10. ECHO_C = @ECHO_C@