[Pkg-scicomp-commits] freefem++/trunk

Christophe Prud'homme prudhomm at debian.org
Sat May 13 08:13:44 UTC 2006


SVN commit 431 by prudhomm:

no more links hopefully

 M  +1 -1      freefem++/trunk/debian/rules  
 M  +2 -1      freefem++/trunk/examples++-load/Makefile.am  


--- freefem++/trunk/debian/rules #430:431
@@ -34,7 +34,7 @@
 	-(cd examples++-load/include && for i in ../../src/fflib/*.h*; do cp $$i .; done)
 	-(cd examples++-load/include && for i in ../../src/femlib/*.h*; do cp $$i .; done)
 	-(cd examples++-load/include && for i in ../../src/Graphics/*.h*; do cp $$i .; done)
-	-(cd examples++-load/include && for i in ../../*.h; do ln -sf $$i; done)
+	-(cd examples++-load/include && for i in ../../*.h; do cp $$i .; done)
 	-(cd examples++-load/include && cp ../../config.h .)
 
 build/freefem++::
--- freefem++/trunk/examples++-load/Makefile.am #430:431
@@ -23,7 +23,8 @@
 	./load.link $< 
 
 include: include.tar.gz
-	tar zxvf include.tar.gz
+#	tar zxvf include.tar.gz
+
 Ref: makeref.edp
 	../src/nw/FreeFem++-nw makeref.edp
 



More information about the Pkg-scicomp-commits mailing list