[Pkg-scicomp-commits] life/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Sat Dec 19 08:05:17 UTC 2009


SVN commit 4734 by prudhomm:

stupid mistake, forgot 'cd'


 M  +1 -1      life/trunk/debian/rules  


--- life/trunk/debian/rules #4733:4734
@@ -6,7 +6,7 @@
 DEB_CMAKE_EXTRA_FLAGS=-DLIFE_ENABLE_ALL=ON
 
 build::
-	$(DEB_BUILDDIR) && ctest -D Experimental
+	cd $(DEB_BUILDDIR) && ctest -D Experimental
 
 get-orig-source:
 	uscan --force-download



More information about the Pkg-scicomp-commits mailing list