projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31474cc
)
gnunet: fix breakage caused by previous commit
author
Daniel Golle
<
[email protected]
>
Thu, 16 Jul 2015 23:47:54 +0000
(
01:47
+0200)
committer
Daniel Golle
<
[email protected]
>
Thu, 16 Jul 2015 23:47:54 +0000
(
01:47
+0200)
keep.d has to exist as well...
Signed-off-by: Daniel Golle <
[email protected]
>
net/gnunet/Makefile
patch
|
blob
|
history
diff --git
a/net/gnunet/Makefile
b/net/gnunet/Makefile
index ea65e98011ff7eede3ac4158ba27c23f6d03b725..75c8e5d869b98d2945b106f02c880a3dd662501b 100644
(file)
--- 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