prosody: do not install anything into /var
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Sep 2009 00:53:28 +0000 (00:53 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Sep 2009 00:53:28 +0000 (00:53 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17496 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/prosody/Makefile

index a6ed1eb..4fedfc9 100644 (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))