]> granicus.if.org Git - pdns/commitdiff
Readd exec_prefix to pdns.init.in
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Sun, 8 Feb 2015 20:50:20 +0000 (21:50 +0100)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Sun, 8 Feb 2015 20:50:20 +0000 (21:50 +0100)
automake doesn't completely expand variables like @bindir@, so we need
to keep ${exec_prefix} in there.

pdns/pdns.init.in

index 538261e1d3e56cc09f8c0d6e788b0917d2a2bedd..3d834c520408aacbda09dae83a72320d727167b8 100755 (executable)
@@ -16,6 +16,7 @@
 
 set -e
 
+exec_prefix=@exec_prefix@
 BINARYPATH=@bindir@
 SBINARYPATH=@sbindir@
 SOCKETPATH=@socketdir@