[Pkg-octave-commit] [SCM] dynare branch, master, updated. d03579e30ef29747802f0891b489a8815dc8e18f

Sébastien Villemot sebastien.villemot at ens.fr
Wed Apr 7 08:42:21 UTC 2010


The following commit has been merged in the master branch:
commit c7cd6ae7817d82f9a3f4472f2bba9092fb2f939f
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Wed Mar 17 15:22:34 2010 +0100

    Fixed bug with recent versions of MATLAB

diff --git a/debian/changelog b/debian/changelog
index e1d13ac..4b3b6a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dynare (4.1.0-3) UNRELEASED; urgency=low
+
+  * debian/dynare-matlab.postinst:
+    Fixed bug with recent versions of MATLAB.
+
+ -- Sébastien Villemot <sebastien.villemot at ens.fr>  Wed, 17 Mar 2010 15:21:25 +0100
+
 dynare (4.1.0-2) unstable; urgency=low
 
   [ Sébastien Villemot ]
diff --git a/debian/dynare-matlab.postinst b/debian/dynare-matlab.postinst
index a3461ab..9246dee 100644
--- a/debian/dynare-matlab.postinst
+++ b/debian/dynare-matlab.postinst
@@ -46,7 +46,7 @@ else
     db_input critical dynare-matlab/license-manager || true
     db_go || true
     chown -R $MATLAB_USER /usr/lib/dynare/mex/matlab
-    sudo -u $MATLAB_USER $MATLAB -nodisplay -r build_matlab
+    sudo -H -u $MATLAB_USER $MATLAB -nodisplay -r build_matlab
     chown -R root:root /usr/lib/dynare/mex/matlab
 fi
 

-- 
dynare



More information about the Pkg-octave-commit mailing list