From bec9adbfcb3572a0d92d61b42bc6df00db2b88be Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Sun, 11 Dec 2005 09:31:35 +0000 Subject: [PATCH] back to a working make dist --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51b32bd16a..526600e8d3 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ dist: for s in $(SCRIPTS) ; do \ cp $$s gajim-$(VERSION)/scripts/; \ done - find gajim-$(VERSION) -name '.svn' -type d -exec rm -rf {} \; + find gajim-$(VERSION) -name '.svn' -type d | xargs rm -rf {} \; find gajim-$(VERSION) -name '*.pyc' -exec rm {} \; find gajim-$(VERSION) -name '*.pyo' -exec rm {} \; find gajim-$(VERSION) -name '.*' -exec rm {} \; -- GitLab