Browse Source

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 <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle 9 years ago
parent
commit
9ec07844cc
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      net/gnunet/Makefile

+ 1
- 0
net/gnunet/Makefile View 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


Loading…
Cancel
Save