Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2005-12-12 00:12:30 +0300
committerYann Leboulanger <asterix@lagaule.org>2005-12-12 00:12:30 +0300
commitdf72ad3367c8296051abc041ce1daf96d71165d4 (patch)
tree293a4cda4b8dc754572c191ed786f95d66835fd4 /Makefile
parentd45c51e83ce3614412cd664da293de0bd1df84a6 (diff)
fix Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 {} \;