aboutsummaryrefslogtreecommitdiffstats
path: root/community/cfengine/0001-libntech-configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/cfengine/0001-libntech-configure.patch')
-rw-r--r--community/cfengine/0001-libntech-configure.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/community/cfengine/0001-libntech-configure.patch b/community/cfengine/0001-libntech-configure.patch
deleted file mode 100644
index 81c25a76f05..00000000000
--- a/community/cfengine/0001-libntech-configure.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-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