Consistent clean commands

This commit is contained in:
Travis Shirk 2005-12-11 08:13:57 +00:00
parent 5dd9b3cea6
commit 4fde828259
1 changed files with 1 additions and 1 deletions

View File

@ -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 -exec rm -rf {} \;
find gajim-$(VERSION) -name '*.pyc' -exec rm {} \;
find gajim-$(VERSION) -name '*.pyo' -exec rm {} \;
find gajim-$(VERSION) -name '.*' -exec rm {} \;