From 749684cd256849fa3dbb2d4df1b20068dc0b2a9e Mon Sep 17 00:00:00 2001 From: Andreas Nilsen Date: Mon, 26 Aug 2019 20:06:56 +0200 Subject: [PATCH] hcxdumptool: fix missing directory Signed-off-by: Andreas Nilsen --- net/hcxdumptool/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2