From: Jo-Philipp Wich Date: Tue, 29 Nov 2011 16:36:49 +0000 (+0000) Subject: [packages] prosody: restore BuildPackage call (#10513) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=59b8bf583ae0cfb036dbf10c5aca66c7fc89f5c9 [packages] prosody: restore BuildPackage call (#10513) SVN-Revision: 29356 --- diff --git a/net/prosody/Makefile b/net/prosody/Makefile index 60ace2b3e3..025a3e45a8 100644 --- 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))