[packages] prosody: restore BuildPackage call (#10513)
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 29 Nov 2011 16:36:49 +0000 (16:36 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 29 Nov 2011 16:36:49 +0000 (16:36 +0000)
SVN-Revision: 29356

net/prosody/Makefile

index 60ace2b3e3ec60f6020cc389443b159e11ad01da..025a3e45a89b3bf788689442d28845056e733cb9 100644 (file)
@@ -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))