From 96275aa1f5d583a5e116f5b380ad819010549b75 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 6 Feb 2018 13:36:36 +0000 Subject: [PATCH] functions: Include path to new utils Signed-off-by: Michael Tremer --- Makefile.am | 3 ++- src/functions/functions.in | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 993a0a36..bf63f1ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -491,7 +491,8 @@ substitutions = \ '|exec_prefix=$(exec_prefix)|' \ '|sbindir=$(sbindir)|' \ '|networkdir=$(networkdir)|' \ - '|helpersdir=$(helpersdir)|' + '|helpersdir=$(helpersdir)|' \ + '|utildir=$(utildir)|' SED_PROCESS = \ $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \ diff --git a/src/functions/functions.in b/src/functions/functions.in index eb7122be..15e3531f 100644 --- a/src/functions/functions.in +++ b/src/functions/functions.in @@ -21,7 +21,7 @@ # Make sure that helpers which are exec'ed have a working # PATH variable. -export PATH="/usr/local/sbin:/usr/sbin:/sbin:/usr/bin:/bin:${PATH}" +export PATH="@utildir@:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin:/bin:${PATH}" INIT_FUNCTIONS="" -- 2.39.2