prosody: do not install anything into /var

git-svn-id: svn://svn.openwrt.org/openwrt/packages@17496 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-09-03 00:53:28 +00:00
parent 6cb49c75dd
commit d1881bfff6

View File

@ -59,6 +59,7 @@ endef
define Package/prosody/install
$(INSTALL_DIR) $(1)
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
rm -rf $(1)/var
endef
$(eval $(call BuildPackage,prosody))