2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 22:05:46 +00:00

always use install-sh to avoid install(1)'s that use get{pw,gr}nam

This commit is contained in:
Todd C. Miller
1996-06-25 21:59:27 +00:00
parent 8571327c73
commit f0944b76c4

View File

@@ -38,7 +38,7 @@ YACC = @YACC@
NROFF = nroff NROFF = nroff
# Which install program? # Which install program?
INSTALL = @INSTALL@ INSTALL = $(srcdir)/install-sh
# Libraries # Libraries
SUDO_LIBS = @SUDO_LIBS@ SUDO_LIBS = @SUDO_LIBS@