rev 13732 - branches/kde4.2/packages/eigen2/debian

Ana Beatriz Guerrero López ana at alioth.debian.org
Tue Feb 3 14:04:47 UTC 2009


Author: ana
Date: 2009-02-03 14:04:47 +0000 (Tue, 03 Feb 2009)
New Revision: 13732

Modified:
   branches/kde4.2/packages/eigen2/debian/rules
Log:
do not stop here in case of fail


Modified: branches/kde4.2/packages/eigen2/debian/rules
===================================================================
--- branches/kde4.2/packages/eigen2/debian/rules	2009-02-03 13:56:00 UTC (rev 13731)
+++ branches/kde4.2/packages/eigen2/debian/rules	2009-02-03 14:04:47 UTC (rev 13732)
@@ -7,6 +7,6 @@
 
 binary-post-install/libeigen2-dev::
 	echo -- Running tests. Even if one of them fails the build is not canceled.
-	cat /proc/meminfo
-	cat /proc/cpuinfo
+	-cat /proc/meminfo
+	-cat /proc/cpuinfo
 	cd ${DEB_BUILDDIR}; ctest || true




More information about the pkg-kde-commits mailing list