[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. debian/2.4+dfsg-4-5-g4b65d6c

Mirco Bauer meebey at meebey.net
Mon Jun 22 01:06:27 UTC 2009


The following commit has been merged in the master branch:
commit 4b65d6ce3120fcd4f9e14b2dad5cbf39a164632b
Author: Mirco Bauer <meebey at meebey.net>
Date:   Mon Jun 22 01:28:52 2009 +0200

    use exact directory name instead

diff --git a/debian/rules b/debian/rules
index 783c64d..92c5cf2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -175,7 +175,7 @@ test-arch-stamp: configure-indep
 	cd mono/tests && $(MAKE) clean
 	# funny bug-459094.cs creates too long directory names which
 	# pbuilder is unable to remove, eh
-	cd mono/tests && rm -rf abcde12345abcde12345abcde12345abcde12345*
+	rm -rf mono/tests/abcde12345abcde12345abcde12345abcde12345/
 	# delete the assemblies we built here, to make sure they get cleanly
 	# rebuild in the build-indep target
 	rm -rf \

-- 
mono



More information about the Pkg-mono-svn-commits mailing list