[Pkg-octave-commit] r1359 - qtoctave/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Wed Mar 5 16:55:19 UTC 2008


Author: rafael
Date: 2008-03-05 16:55:19 +0000 (Wed, 05 Mar 2008)
New Revision: 1359

Modified:
   qtoctave/trunk/debian/changelog
   qtoctave/trunk/debian/rules
Log:
Use "INSTALL_ROOT" instead of "prefix" when invoking make install

Modified: qtoctave/trunk/debian/changelog
===================================================================
--- qtoctave/trunk/debian/changelog	2008-03-05 16:54:12 UTC (rev 1358)
+++ qtoctave/trunk/debian/changelog	2008-03-05 16:55:19 UTC (rev 1359)
@@ -12,6 +12,7 @@
       (closes: #466737)
     + Make the configure executable (strangely enough, the upstream
       tarball contains a non-executable script)
+    + Use "INSTALL_ROOT" instead of "prefix" when invoking make install
   * debian/copyright: Added proper copyright notice
 
  -- Rafael Laboissiere <rafael at debian.org>  Wed, 05 Mar 2008 17:32:23 +0100

Modified: qtoctave/trunk/debian/rules
===================================================================
--- qtoctave/trunk/debian/rules	2008-03-05 16:54:12 UTC (rev 1358)
+++ qtoctave/trunk/debian/rules	2008-03-05 16:55:19 UTC (rev 1359)
@@ -60,7 +60,7 @@
 	dh_installdirs
 
 	# Add here commands to install the package into debian/qtoctave.
-	$(MAKE) prefix=$(CURDIR)/debian/qtoctave install
+	$(MAKE) INSTALL_ROOT=$(CURDIR)/debian/qtoctave install
 
 # Build architecture-independent files here.
 binary-indep: build install




More information about the Pkg-octave-commit mailing list