freebsd-ports/security/sudo/files/patch-plugins__sudoers__Makefile.in
Wesley Shields 9f1ff7d28f Update to 1.8.11p1
PR:		194259
Submitted by:	cy@ and Yasuhiro KIMURA <yasu@utahime.org>
2014-10-16 02:05:17 +00:00

12 lines
583 B
Text

--- plugins/sudoers/Makefile.in.orig 2014-10-08 05:26:20.000000000 +0900
+++ plugins/sudoers/Makefile.in 2014-10-10 07:23:21.000000000 +0900
@@ -323,8 +323,7 @@
install-sudoers: install-dirs
$(INSTALL) -d $(INSTALL_OWNER) -m 0750 $(DESTDIR)$(sudoersdir)/sudoers.d
- test -r $(DESTDIR)$(sudoersdir)/sudoers || \
- $(INSTALL) $(INSTALL_OWNER) -m $(sudoers_mode) sudoers $(DESTDIR)$(sudoersdir)/sudoers
+ $(INSTALL) $(INSTALL_OWNER) -m $(sudoers_mode) sudoers $(DESTDIR)$(sudoersdir)/sudoers
uninstall:
-$(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(plugindir)/sudoers.la