[SCM] projectm packaging branch, master, updated. upstream/2.0.1+dfsg-16-g18de837

ximion-guest at users.alioth.debian.org ximion-guest at users.alioth.debian.org
Fri Jun 25 11:32:45 UTC 2010


The following commit has been merged in the master branch:
commit 18de8373f9dcd594b95da7d691ee75980ddd363e
Author: Matthias Klumpp <matthias at nlinux.org>
Date:   Fri Jun 25 13:32:20 2010 +0200

    Made rules remove CVS dirs

diff --git a/debian/rules b/debian/rules
index 115bb9f..fffe2bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,5 +39,5 @@ upstream:
 	rm -rf $(CURDIR)/src/win32
 	rm -f $(CURDIR)/src/projectM-sdlvis/a.out
 	rm -rf $(CURDIR)/presets_test
-	find . -type d -name CVS -exec rm {} +
+	find . -type d -name CVS -exec rm -rf {} +
 	find . -type d -name *~ -exec rm {} +

-- 
projectm packaging



More information about the pkg-multimedia-commits mailing list