[Pkg-scicomp-commits] gmsh/branches/gmsh-contrib/debian

Christophe Prud'homme prudhomm at debian.org
Mon Aug 4 14:46:47 UTC 2008


SVN commit 2688 by prudhomm:

fix renaming ?


 M  +1 -1      gmsh/branches/gmsh-contrib/debian/rules  


--- gmsh/branches/gmsh-contrib/debian/rules #2687:2688
@@ -42,7 +42,7 @@
 build/gmsh-contrib:: 
 	-mv bin/gmsh bin/gmsh-contrib
 	-$(MAKE) -C doc/texinfo all
-	-(cd doc/texinfo && for i in gmsh*; do mv $$i `echo $$i | sed s/gmsh/gmsh-contrib/g`; done)
+	-(cd doc/texinfo && for i in gmsh[_.]*; do mv $$i `echo $$i | sed s/gmsh/gmsh-contrib/g`; done)
 	-(cd doc/ && mv gmsh.1 gmsh-contrib.1)
 
 clean::



More information about the Pkg-scicomp-commits mailing list