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

Christophe Prud'homme prudhomm at debian.org
Tue Apr 7 11:31:58 UTC 2009


SVN commit 4358 by prudhomm:

don't fail

 M  +2 -2      petsc/trunk/debian/rules  


--- petsc/trunk/debian/rules #4357:4358
@@ -51,10 +51,10 @@
 
 clean:
 	dh_testdir
-	if [ -e patch ]; then \
+	-if [ -e patch ]; then \
 	  debian/rules unpatch; \
 	fi
-	mv TAGS thetags
+	-mv TAGS thetags
 	dh_clean
 # These are needed for -lam, -dec and -contrib builds
 	rm -rf debian/lib$(PETSC_NAME) debian/lib$(PETSC_NAME)-dev \



More information about the Pkg-scicomp-commits mailing list