[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. debian/2.4+dfsg-2-27-g9f85406

Mirco Bauer meebey at meebey.net
Sun Jun 14 03:37:22 UTC 2009


The following commit has been merged in the master branch:
commit e583e6bb4f8c2cb7edd3a9df8e276f829c083a99
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sun Jun 14 04:14:38 2009 +0200

    fixed path

diff --git a/debian/rules b/debian/rules
index 102a322..bd15cad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -186,10 +186,10 @@ test-arch-stamp: configure-arch-stamp build-arch-stamp
 	-$(TEST)
 
 	# clean up
-	cd mono/test && $(MAKE) clean
+	cd mono/tests && $(MAKE) clean
 	# funny bug-459094.cs creates too long directory names which
 	# pbuilder is unable to remove, eh
-	cd mono/test && rm -rf "abcde12345abcde12345abcde12345abcde12345*"
+	cd mono/tests && rm -rf "abcde12345abcde12345abcde12345abcde12345*"
 
 	touch $@
 

-- 
mono



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