From f0944b76c43cc11ae025935aa66b6892cd4e37ea Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 25 Jun 1996 21:59:27 +0000 Subject: [PATCH] always use install-sh to avoid install(1)'s that use get{pw,gr}nam --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@