projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c685d07
)
hcxdumptool: fix missing directory
9823/head
author
Andreas Nilsen
<adde88@gmail.com>
Mon, 26 Aug 2019 18:06:56 +0000
(20:06 +0200)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/net/hcxdumptool/Makefile
b/net/hcxdumptool/Makefile
index 31f3afd8b89d28608244db6026b1b4caec126a16..bc8d0f02de60fab266305dea75409508dc8ab31e 100644
(file)
--- a/
net/hcxdumptool/Makefile
+++ b/
net/hcxdumptool/Makefile
@@
-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