From: Andreas Nilsen Date: Mon, 26 Aug 2019 18:06:56 +0000 (+0200) Subject: hcxdumptool: fix missing directory X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=749684cd256849fa3dbb2d4df1b20068dc0b2a9e;p=feed%2Fpackages.git hcxdumptool: fix missing directory Signed-off-by: Andreas Nilsen --- diff --git a/net/hcxdumptool/Makefile b/net/hcxdumptool/Makefile index 31f3afd8b8..bc8d0f02de 100644 --- a/net/hcxdumptool/Makefile +++ b/net/hcxdumptool/Makefile @@ -1,4 +1,4 @@ -# + # # Copyright (C) 2019 Andreas Nilsen # # This is free software, licensed under the GNU General Public License v2. @@ -45,7 +45,7 @@ define Build/Compile endef define Package/hcxdumptool/install - $(INSTALL_DIR) $(1)/sbin + $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/hcxdumptool $(1)/usr/sbin/ endef