summaryrefslogtreecommitdiff
path: root/net-irc/atheme-services/files/atheme-services-7.2.9-fix-docdir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/atheme-services/files/atheme-services-7.2.9-fix-docdir.patch')
-rw-r--r--net-irc/atheme-services/files/atheme-services-7.2.9-fix-docdir.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-irc/atheme-services/files/atheme-services-7.2.9-fix-docdir.patch b/net-irc/atheme-services/files/atheme-services-7.2.9-fix-docdir.patch
new file mode 100644
index 000000000000..e7d4bb2695fc
--- /dev/null
+++ b/net-irc/atheme-services/files/atheme-services-7.2.9-fix-docdir.patch
@@ -0,0 +1,13 @@
+diff --git a/extra.mk.in b/extra.mk.in
+index 39053e48a..e47b27246 100644
+--- a/extra.mk.in
++++ b/extra.mk.in
+@@ -82,7 +82,7 @@ libdir ?= @libdir@
+ CFLAGS ?= @CFLAGS@
+ INSTALL_LIB ?= @INSTALL_LIB@
+ RUNDIR ?= @RUNDIR@
+-DOCDIR ?= @DOCDIR@
++DOCDIR ?= @docdir@
+ localstatedir ?= @localstatedir@
+ docdir ?= @docdir@
+ GREP ?= @GREP@