]> granicus.if.org Git - sudo/commitdiff
Pass install-sh -b~ here too.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 23 Jul 2010 15:26:18 +0000 (11:26 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 23 Jul 2010 15:26:18 +0000 (11:26 -0400)
src/Makefile.in

index 224bd6e039b6af0736eb6582c0f215c739340082..8bda53446e615fc2589a46e40ddf357b1166d25c 100644 (file)
@@ -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: