commit 04adff1fa6c18e65fb4e20f755a19d5ea0a3dfc1
parent 31474cc7399f4f6b33bd7ece718e40f90f43f47a
Author: Daniel Golle <daniel@makrotopia.org>
Date: Fri, 17 Jul 2015 01:47:54 +0200
gnunet: fix breakage caused by previous commit
keep.d has to exist as well...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile
@@ -162,8 +162,9 @@ define Package/gnunet/install
done )
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/gnunet/hellos/* $(1)/usr/share/gnunet/hellos
- $(INSTALL_DIR) $(1)/etc/init.d/
+ $(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/gnunet.init $(1)/etc/init.d/gnunet
+ $(INSTALL_DIR) $(1)/lib/upgrade/keep.d
$(INSTALL_DATA) ./files/gnunet.upgrade $(1)/lib/upgrade/keep.d/gnunet
endef