From d1881bfff6c2498ca77f2d502b8c3aad7682ab66 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 3 Sep 2009 00:53:28 +0000 Subject: [PATCH] prosody: do not install anything into /var git-svn-id: svn://svn.openwrt.org/openwrt/packages@17496 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/prosody/Makefile | 1 + 1 file changed, 1 insertion(+) 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)) -- 2.11.0