[pkg-boost-commits] r14294 - boost/trunk/debian

cavok at alioth.debian.org cavok at alioth.debian.org
Tue Oct 28 09:03:15 UTC 2008


Author: cavok
Date: 2008-10-28 09:03:14 +0000 (Tue, 28 Oct 2008)
New Revision: 14294

Modified:
   boost/trunk/debian/rules
Log:
ignore errors of pyste cleanup

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2008-10-27 07:09:20 UTC (rev 14293)
+++ boost/trunk/debian/rules	2008-10-28 09:03:14 UTC (rev 14294)
@@ -193,7 +193,7 @@
 
 	-cd tools && $(JAM) clean
 	-$(JAM) clean
-	cd libs/python/pyste/install && python setup.py clean
+	-cd libs/python/pyste/install && python setup.py clean
 
 	rm -rf libs/python/pyste/install/build
 	rm -rf tools/jam/src/bootstrap




More information about the pkg-boost-commits mailing list