From: Todd C. Miller Date: Tue, 25 Jun 1996 21:59:27 +0000 (+0000) Subject: always use install-sh to avoid install(1)'s that use get{pw,gr}nam X-Git-Tag: SUDO_1_5_0~139 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0944b76c43cc11ae025935aa66b6892cd4e37ea;p=sudo always use install-sh to avoid install(1)'s that use get{pw,gr}nam --- diff --git a/Makefile.in b/Makefile.in index f6d0e7738..9cf8fe278 100644 --- a/Makefile.in +++ b/Makefile.in @@ -38,7 +38,7 @@ YACC = @YACC@ NROFF = nroff # Which install program? -INSTALL = @INSTALL@ +INSTALL = $(srcdir)/install-sh # Libraries SUDO_LIBS = @SUDO_LIBS@