pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ircd-hybrid: substitute hardcoded path for links.txt
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Thu Jan 31 16:10:21 2019 +0100
Changeset: 49df529786d6c872a0c676ed5c5be0cfd159e278
Modified Files:
ircd-hybrid/Makefile
Log Message:
ircd-hybrid: substitute hardcoded path for links.txt
Use the same directory of *.db files.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=49df529786d6c872a0c676ed5c5be0cfd159e278
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ircd-hybrid/Makefile | 1 +
1 file changed, 1 insertion(+)
diffs:
diff --git a/ircd-hybrid/Makefile b/ircd-hybrid/Makefile
index c522bb8a23..173cee87dc 100644
--- a/ircd-hybrid/Makefile
+++ b/ircd-hybrid/Makefile
@@ -53,6 +53,7 @@ SUBST_MESSAGE.rpaths= Adjusting paths in reference.conf
SUBST_STAGE.rpaths= pre-configure
SUBST_FILES.rpaths= doc/reference.conf
SUBST_SED.rpaths+= -e "s|var/log|${VARBASE}/log/ircd-hybrid/logs|g"
+SUBST_SED.rpaths+= -e "s|var/lib|${VARBASE}/log/ircd-hybrid/lib|g"
SUBST_CLASSES+= bpaths
SUBST_MESSAGE.bpaths= Fixing hardcoded build paths.
Home |
Main Index |
Thread Index |
Old Index