package/sysklogd: use --exec-prefix to install binaries to /sbin

To match the initscript and service file.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2020-03-16 11:18:55 +01:00
parent 387d14d081
commit acec20bd8e

View File

@ -10,6 +10,8 @@ SYSKLOGD_LICENSE = GPL-2.0+
SYSKLOGD_LICENSE_FILES = COPYING
# From git
SYSKLOGD_AUTORECONF = YES
# install binaries to /sbin
SYSKLOGD_CONF_OPTS = --exec-prefix=/
define SYSKLOGD_INSTALL_SAMPLE_CONFIG
$(INSTALL) -D -m 0644 package/sysklogd/syslog.conf \