pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gnunet: fix substitution in Makefile
Module Name: pkgsrc-wip
Committed By: nikita <nikita%NetBSD.org@localhost>
Pushed By: nikita
Date: Mon Mar 21 21:04:50 2022 +0100
Changeset: 001b63da6a361037d8bb877aa04323c4359f04f4
Modified Files:
gnunet/Makefile
Log Message:
gnunet: fix substitution in Makefile
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=001b63da6a361037d8bb877aa04323c4359f04f4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gnunet/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/gnunet/Makefile b/gnunet/Makefile
index a814804db6..87a09f61c9 100644
--- a/gnunet/Makefile
+++ b/gnunet/Makefile
@@ -69,9 +69,9 @@ SUBST_STAGE.sysconfdir= post-build
SUBST_MESSAGE.sysconfdir= Fixing paths in gnunet.conf
SUBST_FILES.sysconfdir= ${FILESDIR}/gnunet.conf
SUBST_SED.sysconfdir+= -e 's,^DEFAULTCONFIG.*,DEFAULTCONFIG = ${PKG_SYSCONFDIR}/gnunet.conf,g'
-SUBST_SED.sysconfdir+= -e 's,^GNUNET_DATA_HOME.*,GNUNET_DATA_HOME = ${GNUNET_DIR}/data,g'
-SUBST_SED.sysconfdir+= -e 's,^GNUNET_RUNTIME_DIR.*,GNUNET_RUNTIME_DIR = ${GNUNET_DIR},g'
-SUBST_SED.sysconfdir+= -e 's,^GNUNET_HOME.*,GNUNET_HOME = ${GNUNET_DIR},g'
+SUBST_SED.sysconfdir+= -e 's,^GNUNET_DATA_HOME.*,GNUNET_DATA_HOME = "${GNUNET_DIR}"/data,g'
+SUBST_SED.sysconfdir+= -e 's,^GNUNET_RUNTIME_DIR.*,GNUNET_RUNTIME_DIR = "${GNUNET_DIR}",g'
+SUBST_SED.sysconfdir+= -e 's,^GNUNET_HOME.*,GNUNET_HOME = "${GNUNET_DIR}",g'
# All helpers have to be suid. fs helper must not be suid.
# Some helpers and functionalities are only supported on
Home |
Main Index |
Thread Index |
Old Index