pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
munge: Fix sysconfig path on Lubuntu
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By: outpaddling
Date: Sun Apr 28 06:44:44 2024 -0500
Changeset: aa94b2e4357dee08b65b769e508a57e20b957ec6
Modified Files:
munge/Makefile
Log Message:
munge: Fix sysconfig path on Lubuntu
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=aa94b2e4357dee08b65b769e508a57e20b957ec6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
munge/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diffs:
diff --git a/munge/Makefile b/munge/Makefile
index c8adac5e85..eeacdaf59e 100644
--- a/munge/Makefile
+++ b/munge/Makefile
@@ -39,11 +39,13 @@ SUBST_SED.systemd+= -e 's|Group=munge|Group=daemon|g'
.if ${OPSYS} == Linux
EGDIR= ${PREFIX}/share/examples/munge
-PKG_SYSCONFSUBDIR= sysconfig
+# Doesn't work on Lubuntu 23. Using CONFIGURE_ARGS for now.
+# PKG_SYSCONFSUBDIR= sysconfig
CONF_FILES= ${EGDIR}/systemd.sysconfig ${PKG_SYSCONFDIR}/munge
CONF_FILES+= ${EGDIR}/logrotate.conf ${PREFIX}/etc/logrotate.d/munge
INSTALLATION_DIRS+= ${EGDIR} etc/logrotate.d
+CONFIGURE_ARGS+= --with-sysconfigdir=${PREFIX}/etc/sysconfig
post-install:
${MV} ${DESTDIR}${PREFIX}/etc/logrotate.d/munge \
Home |
Main Index |
Thread Index |
Old Index