From df72ad3367c8296051abc041ce1daf96d71165d4 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 11 Dec 2005 21:12:30 +0000 Subject: [PATCH] fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 526600e8d..324414ab1 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 | xargs 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 {} \;