Index: BOL/script_install/install_lmdz.sh
===================================================================
--- BOL/script_install/install_lmdz.sh	(revision 4410)
+++ BOL/script_install/install_lmdz.sh	(revision 4411)
@@ -591,5 +591,5 @@
    getlog=`pwd`/get.log
    echo logfile : $getlog
-   myget src/modipsl.$version.tar.gz >> get.log 2>&1
+   myget src_archives/modipsl.$version.tar.gz >> get.log 2>&1
    echo install_lmdz.sh wget_OK `date`
    gunzip modipsl.$version.tar.gz >> get.log 2>&1
@@ -626,5 +626,5 @@
          
     if [[ ! -d $ncdfdir ]] ; then
-        myget import/$script_install_netcdf >> $netcdflog 2>&1
+        myget script_install/$script_install_netcdf >> $netcdflog 2>&1
         chmod u=rwx $script_install_netcdf
         ./$script_install_netcdf -prefix $ncdfdir $opt_ >> $netcdflog 2>&1
@@ -796,5 +796,5 @@
     xioslog=`pwd`/xios.log
     #wget http://www.lmd.jussieu.fr/~lmdz/Distrib/install_xios.bash
-    myget import/install_xios.bash
+    myget script_install/install_xios.bash
     chmod u=rwx install_xios.bash
     if [ ${hostname:0:5} = jean- ] ; then
@@ -1054,5 +1054,5 @@
 then
     cd $MODEL
-    myget import/NetCDF95-0.2.tar.gz
+    myget src_archives/NetCDF95-0.2.tar.gz
     tar -xf NetCDF95-0.2.tar.gz
     rm NetCDF95-0.2.tar.gz
