diff options
Diffstat (limited to 'news/nntpcache/files/patch-http_Makefile.in')
-rw-r--r-- | news/nntpcache/files/patch-http_Makefile.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/news/nntpcache/files/patch-http_Makefile.in b/news/nntpcache/files/patch-http_Makefile.in deleted file mode 100644 index fe73bcffa60b..000000000000 --- a/news/nntpcache/files/patch-http_Makefile.in +++ /dev/null @@ -1,17 +0,0 @@ ---- http/Makefile.in.orig 2014-03-29 12:19:41.000000000 -0400 -+++ http/Makefile.in 2014-03-29 12:20:08.000000000 -0400 -@@ -216,10 +216,10 @@ - - - install-data-local: -- -mkdir $(sysconfdir)/http -- cp $(httpdata) $(sysconfdir)/http -- cd $(sysconfdir)/http && chown @nntpcacheUID@ $(ch) -- cd $(sysconfdir)/http && chgrp @nntpcacheUID@ $(ch) -+ -mkdir $(DESTDIR)$(sysconfdir)/http -+ cp $(httpdata) $(DESTDIR)$(sysconfdir)/http -+ cd $(DESTDIR)$(sysconfdir)/http && chown @nntpcacheUID@ $(ch) -+ cd $(DESTDIR)$(sysconfdir)/http && chgrp @nntpcacheUID@ $(ch) - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: |