From: nbd Date: Thu, 3 Sep 2009 00:53:28 +0000 (+0000) Subject: prosody: do not install anything into /var X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d1881bfff6c2498ca77f2d502b8c3aad7682ab66;p=packages.git prosody: do not install anything into /var git-svn-id: svn://svn.openwrt.org/openwrt/packages@17496 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/prosody/Makefile b/net/prosody/Makefile index a6ed1eb6a..4fedfc941 100644 --- a/net/prosody/Makefile +++ b/net/prosody/Makefile @@ -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))