projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5145aad
)
[packages] prosody: restore BuildPackage call (#10513)
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 29 Nov 2011 16:36:49 +0000
(16:36 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 29 Nov 2011 16:36:49 +0000
(16:36 +0000)
SVN-Revision: 29356
net/prosody/Makefile
patch
|
blob
|
history
diff --git
a/net/prosody/Makefile
b/net/prosody/Makefile
index 60ace2b3e3ec60f6020cc389443b159e11ad01da..025a3e45a89b3bf788689442d28845056e733cb9 100644
(file)
--- a/
net/prosody/Makefile
+++ b/
net/prosody/Makefile
@@
-83,3
+83,5
@@
define Package/prosody/install
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/prosody/util/*.lua $(1)/usr/lib/prosody/util/
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/prosody/util/*.so $(1)/usr/lib/prosody/util/
endef
+
+$(eval $(call BuildPackage,prosody))