package/openresolv: update to fix install location
authorJared Bents <jared.bents@rockwellcollins.com>
Thu, 17 Jan 2019 15:05:42 +0000 (09:05 -0600)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 20 Jan 2019 21:51:02 +0000 (22:51 +0100)
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>
package/openresolv/openresolv.mk

index 6adf973527228702fa5be81a8e86d4c3d2ebe636..3f9d603d40af3caee1123d377e6accbc0e52ff38 100644 (file)
@@ -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