summaryrefslogtreecommitdiff
path: root/package/openresolv
diff options
context:
space:
mode:
authorJared Bents <jared.bents@rockwellcollins.com>2019-01-17 09:05:42 -0600
committerPeter Korsgaard <peter@korsgaard.com>2019-01-20 22:51:02 +0100
commit4a0cf00e6be024488456b31622d139d40d57460c (patch)
treee6f10a39a7975574acbda899f48bcce0aacee692 /package/openresolv
parentca73191cf22e404175726c5f2ad4d450b4c7c3f7 (diff)
package/openresolv: update to fix install location
Update to install in /sbin as expected by other applications such as strongswan instead of /usr/sbin Signed-off-by: Jared Bents <jared.bents@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/openresolv')
-rw-r--r--package/openresolv/openresolv.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/openresolv/openresolv.mk b/package/openresolv/openresolv.mk
index 6adf973527..3f9d603d40 100644
--- a/package/openresolv/openresolv.mk
+++ b/package/openresolv/openresolv.mk
@@ -10,8 +10,7 @@ OPENRESOLV_LICENSE = BSD-2-Clause
OPENRESOLV_LICENSE_FILES = LICENSE
define OPENRESOLV_CONFIGURE_CMDS
- cd $(@D) && $(TARGET_CONFIGURE_OPTS) ./configure --prefix=/usr \
- --sysconfdir=/etc
+ cd $(@D) && $(TARGET_CONFIGURE_OPTS) ./configure --sysconfdir=/etc
endef
define OPENRESOLV_BUILD_CMDS