From: Daniel Golle Date: Thu, 16 Jul 2015 23:47:54 +0000 (+0200) Subject: gnunet: fix breakage caused by previous commit X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=04adff1fa6c18e65fb4e20f755a19d5ea0a3dfc1;p=openwrt-packages.git gnunet: fix breakage caused by previous commit keep.d has to exist as well... Signed-off-by: Daniel Golle --- diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile index ea65e9801..75c8e5d86 100644 --- 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