[Pkg-octave-commit] r2664 - octave/trunk/debian/in

Rafael Laboissiere rafael at alioth.debian.org
Thu Feb 12 07:01:21 UTC 2009


Author: rafael
Date: 2009-02-12 07:01:20 +0000 (Thu, 12 Feb 2009)
New Revision: 2664

Modified:
   octave/trunk/debian/in/PACKAGE.conf
Log:
Call pkg load after initialization of global_list

Modified: octave/trunk/debian/in/PACKAGE.conf
===================================================================
--- octave/trunk/debian/in/PACKAGE.conf	2009-02-12 01:37:47 UTC (rev 2663)
+++ octave/trunk/debian/in/PACKAGE.conf	2009-02-12 07:01:20 UTC (rev 2664)
@@ -24,11 +24,6 @@
   PAGER_FLAGS ('-e -X -P"-- less ?pB(%pB\\%):--. (f)orward, (b)ack, (q)uit$"');
 endif
 
-## This appears here instead of in the pkg/PKG_ADD file so that --norc
-## will also skip automatic loading of packages.
-
-pkg ("load", "auto");
-
 ## Use the global list of packages in the versioned directory
 
 pkg global_list /usr/share/octave/packages/@MAJOR@/octave_packages;
@@ -37,6 +32,11 @@
 
 pkg prefix /usr/share/octave/packages/@MAJOR@ /usr/lib/octave/packages/@MAJOR@;
 
+## This appears here instead of in the pkg/PKG_ADD file so that --norc
+## will also skip automatic loading of packages.
+
+pkg load auto;
+
 ### Use new style of path generation
 
 addpath (genpath ("/usr/local/share/octave/site-m"), "-begin");




More information about the Pkg-octave-commit mailing list