From 06a918b88f44e5cbb4aef1306d8658cb59f4cba1 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 23 Jul 2010 11:26:18 -0400 Subject: [PATCH] Pass install-sh -b~ here too. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 224bd6e03..8bda53446 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -139,7 +139,7 @@ install-includes: # We install sudo_noexec by hand so we can avoid a "lib" prefix # and a version number. Since we use LD_PRELOAD, neither is needed. install-noexec: install-dirs libsudo_noexec.la - if [ -f .libs/lib$(noexecfile) ]; then $(INSTALL) -O $(install_uid) -G $(install_gid) -M 0755 .libs/lib$(noexecfile) $(DESTDIR)$(noexecdir)/$(noexecfile); fi + if [ -f .libs/lib$(noexecfile) ]; then $(INSTALL) -b~ -O $(install_uid) -G $(install_gid) -M 0755 .libs/lib$(noexecfile) $(DESTDIR)$(noexecdir)/$(noexecfile); fi install-plugin: