diff options
| author | Roy Marples <roy@marples.name> | 2019-09-08 17:35:18 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-09-08 17:35:18 +0100 |
| commit | 2180cc69e8882ba5836e44b18ee40a06654ad992 (patch) | |
| tree | 827608a6c106f6b7e07f65123d30180204fe5a3c | |
| parent | 3193f970c6d4d7b7f00787a9ee7b1158424b6305 (diff) | |
| download | openresolv-2180cc69e8882ba5836e44b18ee40a06654ad992.tar.xz | |
Correct issue with dragonfly libexecdir
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
