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

Sébastien Villemot sebastien.villemot at ens.fr
Wed Jul 1 10:15:06 UTC 2009


The following commit has been merged in the master branch:
commit 00b996fc6d78d90361966978b8c27543e5775a6f
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Fri Jun 26 12:40:41 2009 +0200

    Fixed idempotence of dynare-matlab.postinst script

diff --git a/debian/changelog b/debian/changelog
index ce2fc2e..3216e14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ dynare (4.0.4-1) UNRELEASED; urgency=low
     + New patch diminishing the computation time of the testsuite.
   * debian/po/sv.po:
     + New Swedish translation contributed by Martin Bagge. (Closes: #533891)
+  * debian/dynare-matlab.postinst:
+    + Added -p option to mkdir for idempotence.
 
  -- Sébastien Villemot <sebastien.villemot at ens.fr>  Tue, 23 Jun 2009 09:52:56 +0200
 
diff --git a/debian/dynare-matlab.postinst b/debian/dynare-matlab.postinst
index 3b61852..464bdcd 100644
--- a/debian/dynare-matlab.postinst
+++ b/debian/dynare-matlab.postinst
@@ -32,7 +32,7 @@ fi
 
 # Build the MEX files
 
-mkdir /usr/lib/dynare/mex/2007a /usr/lib/dynare/mex/2007b
+mkdir -p /usr/lib/dynare/mex/2007a /usr/lib/dynare/mex/2007b
 
 db_get dynare-matlab/matlab-user
 MATLAB_USER=$RET

-- 
dynare



More information about the Pkg-octave-commit mailing list