hcxdumptool: fix missing directory 9823/head
authorAndreas Nilsen <adde88@gmail.com>
Mon, 26 Aug 2019 18:06:56 +0000 (20:06 +0200)
committerAndreas Nilsen <adde88@gmail.com>
Mon, 26 Aug 2019 18:06:56 +0000 (20:06 +0200)
Signed-off-by: Andreas Nilsen <adde88@gmail.com>
net/hcxdumptool/Makefile

index 31f3afd8b89d28608244db6026b1b4caec126a16..bc8d0f02de60fab266305dea75409508dc8ab31e 100644 (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