about summary refs log tree commit diff
path: root/login
diff options
context:
space:
mode:
Diffstat (limited to 'login')
-rw-r--r--login/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/login/Makefile b/login/Makefile
index 638421eca5..8ddd139245 100644
--- a/login/Makefile
+++ b/login/Makefile
@@ -61,7 +61,7 @@ endif
 # pt_chown needs to be setuid root.
 $(inst_libexecdir)/pt_chown: $(objpfx)pt_chown $(+force)
 	$(make-target-directory)
-	-$(INSTALL) -m 4755 -o root $< $@
+	-$(INSTALL_PROGRAM) -m 4755 -o root $< $@
 
 $(objpfx)utmpd: $(utmpd-routines:%=$(objpfx)%.o)