changeset 3619:1e754c78b177 octave-forge

put target "bin" directory at the end of PATH + use FTP to download texinfo package, to avoid auto-decompression of the file
author goffioul
date Wed, 11 Jul 2007 14:32:33 +0000
parents 36d08782f814
children 6f944e649952
files admin/Windows/msvc/run_compilation.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/admin/Windows/msvc/run_compilation.sh	Wed Jul 11 14:18:16 2007 +0000
+++ b/admin/Windows/msvc/run_compilation.sh	Wed Jul 11 14:32:33 2007 +0000
@@ -91,7 +91,7 @@
 tbindir=$INSTALL_DIR/bin
 tlibdir=$INSTALL_DIR/lib
 tincludedir=$INSTALL_DIR/include
-PATH=$tbindir:$PATH
+PATH=$PATH:$tbindir
 tdir_w32=`cd "$INSTALL_DIR" && pwd -W`
 tdir_w32_forward="$tdir_w32"
 tdir_w32_1=`echo $tdir_w32 | sed -e 's,/,\\\\,g'`
@@ -882,7 +882,7 @@
 echo -n "checking for makeinfo... "
 if test ! -f "$tbindir/makeinfo.exe"; then
   echo "no"
-  download_file texinfo-4.8a.tar.gz http://ftp.gnu.org/gnu/texinfo/texinfo-4.8a.tar.gz
+  download_file texinfo-4.8a.tar.gz ftp://ftp.gnu.org/gnu/texinfo/texinfo-4.8a.tar.gz
   echo -n "decompressing makeinfo... "
   (cd "$DOWNLOAD_DIR" && tar xfz texinfo-4.8a.tar.gz)
   cp libs/texinfo-4.8a.diff "$DOWNLOAD_DIR/texinfo-4.8"