diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-29 11:09:12 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-29 11:09:32 +0200 |
commit | a0f7ca4f59735d1cc8f040aeb68d44b5e64e0b5e (patch) | |
tree | aa93481649411a1f26f913b8609cc70f28f9b288 /package/sudo/patches/patch-include_Makefile_in | |
parent | d1b226fcff0fe21e1568cc291ccdd35c89c32ccc (diff) |
update to latest stable upstream version, reduce patches by using overwriting INSTALL_OWNER
Diffstat (limited to 'package/sudo/patches/patch-include_Makefile_in')
-rw-r--r-- | package/sudo/patches/patch-include_Makefile_in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/sudo/patches/patch-include_Makefile_in b/package/sudo/patches/patch-include_Makefile_in deleted file mode 100644 index bb07fa867..000000000 --- a/package/sudo/patches/patch-include_Makefile_in +++ /dev/null @@ -1,11 +0,0 @@ ---- sudo-1.8.11p2.orig/include/Makefile.in 2014-10-07 22:26:20.000000000 +0200 -+++ sudo-1.8.11p2/include/Makefile.in 2014-12-15 13:06:08.966174328 +0100 -@@ -66,7 +66,7 @@ install-binaries: - install-doc: - - install-includes: install-dirs -- $(INSTALL) $(INSTALL_OWNER) -m 0644 $(srcdir)/sudo_plugin.h $(DESTDIR)$(includedir) -+ $(INSTALL) -m 0644 $(srcdir)/sudo_plugin.h $(DESTDIR)$(includedir) - - install-plugin: - |