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

Ondrej Certik ondrej at certik.cz
Sun Feb 3 14:59:10 UTC 2008


SVN commit 2051 by certik-guest:

install to /usr instead of /usr/local/

 M  +1 -1      paraview/trunk/debian/rules  


--- paraview/trunk/debian/rules #2050:2051
@@ -19,7 +19,7 @@
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 
 	mkdir para
-	cd para; cmake ../
+	cd para; cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr/ ..
 
 	touch configure-stamp
 



More information about the Pkg-scicomp-devel mailing list