From 4fde8282590dbf3ac9d62dc48a88399293e40e11 Mon Sep 17 00:00:00 2001
From: Travis Shirk <travis@pobox.com>
Date: Sun, 11 Dec 2005 08:13:57 +0000
Subject: [PATCH] Consistent clean commands

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 324414ab19..51b32bd16a 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 -exec rm -rf {} \;
 	find gajim-$(VERSION) -name '*.pyc' -exec rm {} \;
 	find gajim-$(VERSION) -name '*.pyo' -exec rm {} \;
 	find gajim-$(VERSION) -name '.*' -exec rm {} \;
-- 
GitLab