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

Ondrej Certik ondrej at certik.cz
Sun Feb 3 22:06:14 UTC 2008


SVN commit 2059 by certik-guest:

I don't know how it is possible, but now the package stops building for me.
This patch improves that.


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


--- paraview/trunk/debian/rules #2058:2059
@@ -19,7 +19,7 @@
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 
 	mkdir para
-	cd para; cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr/ ..
+	cd para; cmake -D CMAKE_INSTALL_PREFIX:PATH=$(CURDIR)/debian/paraview/usr/ ..
 
 	touch configure-stamp
 
@@ -52,7 +52,7 @@
 	dh_installdirs
 
 	# Add here commands to install the package into debian/paraview.
-	cd para;$(MAKE) DESTDIR=$(CURDIR)/debian/paraview install
+	cd para;$(MAKE) install
 
 
 # Build architecture-independent files here.



More information about the Pkg-scicomp-devel mailing list