mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
hcxdumptool: fix missing directory
Signed-off-by: Andreas Nilsen <adde88@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2019 Andreas Nilsen <adde88@gmail.com>
|
# Copyright (C) 2019 Andreas Nilsen <adde88@gmail.com>
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
@@ -45,7 +45,7 @@ define Build/Compile
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/hcxdumptool/install
|
define Package/hcxdumptool/install
|
||||||
$(INSTALL_DIR) $(1)/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/hcxdumptool $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/hcxdumptool $(1)/usr/sbin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user