hcxdumptool: fix missing directory

Signed-off-by: Andreas Nilsen <adde88@gmail.com>
This commit is contained in:
Andreas Nilsen 2019-08-26 20:06:56 +02:00
parent c685d079ee
commit 749684cd25

View file

@ -1,4 +1,4 @@
#
#
# Copyright (C) 2019 Andreas Nilsen <adde88@gmail.com>
#
# 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