gnunet: create install-dir /lib/netifd/proto
authorDaniel Golle <daniel@makrotopia.org>
Mon, 25 Apr 2016 13:25:18 +0000 (15:25 +0200)
committerDaniel 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

index b26aef4705984a1325740d15e88156bb63c5b0d5..93d40930c09d1c4506e766e9b9677da247d8c72c 100644 (file)
@@ -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