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:
195564d
)
gnunet: create install-dir /lib/netifd/proto
author
Daniel Golle
<daniel@makrotopia.org>
Mon, 25 Apr 2016 13:25:18 +0000
(15:25 +0200)
committer
Daniel Golle
<daniel@makrotopia.org>
Mon, 25 Apr 2016 13:25:35 +0000
(15:25 +0200)
Create directory which was accidentally left-out during the previous
commit adding the proto handler.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
net/gnunet/Makefile
patch
|
blob
|
history
diff --git
a/net/gnunet/Makefile
b/net/gnunet/Makefile
index b26aef4705984a1325740d15e88156bb63c5b0d5..93d40930c09d1c4506e766e9b9677da247d8c72c 100644
(file)
--- a/
net/gnunet/Makefile
+++ b/
net/gnunet/Makefile
@@
-174,6
+174,7
@@
define Package/gnunet/install
$(INSTALL_DIR) $(1)/etc/uci-defaults
$(INSTALL_BIN) ./files/gnunet.defaults $(1)/etc/uci-defaults/gnunet
$(INSTALL_BIN) ./files/gnunet-dns.fw $(1)/usr/lib/gnunet/libexec/gnunet-dns.fw
+ $(INSTALL_DIR) $(1)/lib/netifd/proto
$(INSTALL_BIN) ./files/gnunet-proto.sh $(1)/lib/netifd/proto
endef