[Pkg-scicomp-devel] paraview/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Mon Feb 18 07:43:02 UTC 2008


SVN commit 2175 by prudhomm:

change rpath also for bins


 M  +4 -0      paraview/trunk/debian/rules  


--- paraview/trunk/debian/rules #2174:2175
@@ -55,6 +55,10 @@
          do \
            chrpath -r/usr/lib/paraview:/usr/lib/python2.5/config $$i; \
          done
+	-for i in `find debian/paraview/usr/bin/ -name "*"`; \
+         do \
+           chrpath -r/usr/lib/paraview:/usr/lib/python2.5/config $$i; \
+         done
 
 orig-tarball:
 	wget http://www.paraview.org/files/v3.2/paraview-3.2.1.tar.gz



More information about the Pkg-scicomp-devel mailing list