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