[packages] prosody: restore BuildPackage call (#10513)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29356 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-11-29 16:36:49 +00:00
parent 7fad394383
commit e56effa05d

View 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))