mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 18:25:41 +03:00
Also add patch to fix libntech issue: https://tracker.mender.io/browse/CFE-3543 https://www.cfengine.com/ A systems administration tool for networks
19 lines
682 B
Diff
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
|