Skip to content
Snippets Groups Projects
Commit df72ad33 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix Makefile

parent d45c51e8
No related branches found
No related tags found
No related merge requests found
......@@ -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 {} \;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment