summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-09-08 17:35:18 +0100
committerRoy Marples <roy@marples.name>2019-09-08 17:35:18 +0100
commit2180cc69e8882ba5836e44b18ee40a06654ad992 (patch)
tree827608a6c106f6b7e07f65123d30180204fe5a3c
parent3193f970c6d4d7b7f00787a9ee7b1158424b6305 (diff)
downloadopenresolv-2180cc69e8882ba5836e44b18ee40a06654ad992.tar.xz
Correct issue with dragonfly libexecdir
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b70a644..ad707ba 100755
--- a/configure
+++ b/configure
@@ -89,7 +89,7 @@ echo "# $OS" >$CONFIG_MK
case "$OS" in
dragonfly*)
# This means /usr HAS to be mounted not via dhcpcd
- : ${LIBEXECDIR:=${PREFIX:-/usr}/libexec}
+ : ${LIBEXECDIR:=${PREFIX:-/usr}/libexec/resolvconf}
;;
freebsd*)
# On FreeBSD, /etc/init.d/foo status returns 0 if foo is not enabled