1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 18:25:41 +03:00
aports/community/cfengine/0001-libntech-configure.patch
Craig Comstock 79f54e38d7 community/cfengine: upgrade to 3.17
Also add patch to fix libntech issue: https://tracker.mender.io/browse/CFE-3543

https://www.cfengine.com/
A systems administration tool for networks
2021-01-26 09:44:43 +00:00

19 lines
682 B
Diff

diff --git a/libntech/configure b/libntech/configure
index 97f7e7c..817bde2 100644
--- a/libntech/configure
+++ b/libntech/configure
@@ -161,11 +161,11 @@ AC_ARG_ENABLE([fhs],
AS_IF([test x"$enable_fhs" = xyes], [
projlibdir='${pkglibdir}'
- WORKDIR='${localstatedir}/lib/${PACKAGE}'
+ WORKDIR='${localstatedir}/lib/cfengine'
MASTERDIR='default'
INPUTDIR='default'
- LOGDIR='${localstatedir}/log/${PACKAGE}'
- PIDDIR='${runstatedir:-${localstatedir}/run}/${PACKAGE}'
+ LOGDIR='${localstatedir}/log/cfengine'
+ PIDDIR='${runstatedir:-${localstatedir}/run}/cfengine'
STATEDIR='default'
], [
if test x"$prefix" = xNONE || test x"$prefix" = x/var/cfengine; then