From 9ec07844ccaef5399fc5e7a9d5ae4a19a4d43c9e Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Mon, 25 Apr 2016 15:25:18 +0200 Subject: [PATCH] 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 --- net/gnunet/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2