From: Daniel Golle Date: Mon, 25 Apr 2016 13:25:18 +0000 (+0200) Subject: gnunet: create install-dir /lib/netifd/proto X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9ec07844ccaef5399fc5e7a9d5ae4a19a4d43c9e;p=feed%2Fpackages.git gnunet: create install-dir /lib/netifd/proto Create directory which was accidentally left-out during the previous commit adding the proto handler. Signed-off-by: Daniel Golle --- diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile index b26aef4705..93d40930c0 100644 --- 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