diff options
Diffstat (limited to 'irc/ircd-hybrid-ru/Makefile')
-rw-r--r-- | irc/ircd-hybrid-ru/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/ircd-hybrid-ru/Makefile b/irc/ircd-hybrid-ru/Makefile index 82f99e3..2d074d2 100644 --- a/irc/ircd-hybrid-ru/Makefile +++ b/irc/ircd-hybrid-ru/Makefile @@ -58,7 +58,7 @@ pre-extract: pre-install: @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - @${REINPLACE_CMD} -e 's,etc/codepage,etc/ircd-hybrid-ru/codepage,' ${WRKSRC}/etc/example.conf + @${REINPLACE_CMD} -e 's,ircd/etc/codepage,etc/ircd-hybrid-ru/codepage,' ${WRKSRC}/etc/example.conf @${REINPLACE_CMD} -e 's,/ircd/modules,/lib/ircd-hybrid-ru-modules,' ${WRKSRC}/etc/example.conf post-install: |