diff options
author | Phil Sutter <phil.sutter@viprinet.com> | 2011-01-07 18:21:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-10 10:45:27 +0100 |
commit | cd2a83de0dd0ce7ad56688a625b0da0dd4b9ccc2 (patch) | |
tree | 6316dc36f5b3686c2ba750a861e1db85f9ace4c2 | |
parent | eebde77970ce3476e24d11e4adad992f5b670784 (diff) |
watchdog: binaries are initially installed to /usr/sbin, not /sbin
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
-rw-r--r-- | package/watchdog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/watchdog/Makefile b/package/watchdog/Makefile index b2c4839f7..ab8f5c570 100644 --- a/package/watchdog/Makefile +++ b/package/watchdog/Makefile @@ -18,7 +18,7 @@ $(eval $(call PKG_template,WATCHDOG,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ post-install: ${INSTALL_DIR} ${IDIR_WATCHDOG}/sbin ${IDIR_WATCHDOG}/etc/ ${INSTALL_DATA} ./files/watchdog.conf ${IDIR_WATCHDOG}/etc/ - ${INSTALL_BIN} ${WRKINST}/sbin/watchdog \ + ${INSTALL_BIN} ${WRKINST}/usr/sbin/watchdog \ ${IDIR_WATCHDOG}/sbin/ include ${TOPDIR}/mk/pkg-bottom.mk |