[Pkg-scicomp-commits] petsc/trunk/debian
    Christophe Prud'homme 
    prudhomm at debian.org
       
    Tue Apr  7 11:32:22 UTC 2009
    
    
  
SVN commit 4359 by prudhomm:
don't fail
 M  +1 -1      petsc/trunk/debian/rules  
--- petsc/trunk/debian/rules #4358:4359
@@ -59,7 +59,7 @@
 # These are needed for -lam, -dec and -contrib builds
 	rm -rf debian/lib$(PETSC_NAME) debian/lib$(PETSC_NAME)-dev \
 	  debian/lib$(PETSC_NAME)-dbg
-	mv thetags TAGS
+	-mv thetags TAGS
 	rm -f build* install* debian/*.substvars $(ARCH_GENERATED_FILES)
 # This is commented because it really doesn't do anything useful for us
 # (removes example executables, so what?)
    
    
More information about the Pkg-scicomp-commits
mailing list