Pass install-sh -b~ here too.

This commit is contained in:
Todd C. Miller
2010-07-23 11:26:18 -04:00
parent 092a6935e1
commit 06a918b88f

View File

@@ -139,7 +139,7 @@ install-includes:
# We install sudo_noexec by hand so we can avoid a "lib" prefix # 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. # and a version number. Since we use LD_PRELOAD, neither is needed.
install-noexec: install-dirs libsudo_noexec.la 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: install-plugin: