From: Christian Hofstaedtler Date: Sun, 8 Feb 2015 20:50:20 +0000 (+0100) Subject: Readd exec_prefix to pdns.init.in X-Git-Tag: rec-3.7.0~12^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a96b3f949c547142b60525368270d16696d6a977;p=pdns Readd exec_prefix to pdns.init.in automake doesn't completely expand variables like @bindir@, so we need to keep ${exec_prefix} in there. --- diff --git a/pdns/pdns.init.in b/pdns/pdns.init.in index 538261e1d..3d834c520 100755 --- a/pdns/pdns.init.in +++ b/pdns/pdns.init.in @@ -16,6 +16,7 @@ set -e +exec_prefix=@exec_prefix@ BINARYPATH=@bindir@ SBINARYPATH=@sbindir@ SOCKETPATH=@socketdir@