diff options
Diffstat (limited to 'irc/ircd-hybrid-ru/files/patch-modules-Makefile.in')
-rw-r--r-- | irc/ircd-hybrid-ru/files/patch-modules-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/ircd-hybrid-ru/files/patch-modules-Makefile.in b/irc/ircd-hybrid-ru/files/patch-modules-Makefile.in new file mode 100644 index 000000000000..8c21fc46e83b --- /dev/null +++ b/irc/ircd-hybrid-ru/files/patch-modules-Makefile.in @@ -0,0 +1,11 @@ +--- modules/Makefile.in.orig Sun Dec 14 15:13:18 2003 ++++ modules/Makefile.in Sun Dec 14 15:13:52 2003 +@@ -23,7 +23,7 @@ + + prefix = $(DESTDIR)@prefix@ + # Change this later! -- adrian +-moduledir = ${prefix}/modules ++moduledir = ${prefix}/lib/ircd-hybrid-ru-modules + automoduledir = ${moduledir}/autoload + + INCLUDES = -I../include $(SSL_INCLUDES) |