From a852682d956628292d44d59890c63f6aca5f1dac Mon Sep 17 00:00:00 2001 From: Xue Liu Date: Mon, 31 Jul 2017 10:19:46 +0200 Subject: [PATCH] fix bug Signed-off-by: Xue Liu --- packet-forwarder/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packet-forwarder/Makefile b/packet-forwarder/Makefile index 716994c..d509981 100644 --- a/packet-forwarder/Makefile +++ b/packet-forwarder/Makefile @@ -52,8 +52,8 @@ define Build/Compile endef define Package/packet-forwarder/install - $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/lora_pkt_fwd/lora_pkt_fwd $(1)/usr/bin + $(INSTALL_DIR) $(1)/usr/sbin + $(INSTALL_BIN) $(PKG_BUILD_DIR)/lora_pkt_fwd/lora_pkt_fwd $(1)/usr/sbin $(INSTALL_BIN) ./files/gen_lora_global_conf $(1)/usr/sbin $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/lora_pkt_fwd.init $(1)/etc/init.d/lora_pkt_fwd