From: Michael Tremer Date: Tue, 6 Feb 2018 13:36:36 +0000 (+0000) Subject: functions: Include path to new utils X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96275aa1f5d583a5e116f5b380ad819010549b75;p=people%2Fjschlag%2Fnetwork.git functions: Include path to new utils Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 993a0a3..bf63f1e 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 eb7122b..15e3531 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=""