]> andersk Git - gssapi-openssh.git/commitdiff
use .gz tarball instead of .bz2 to make AIX machine happy
authorbasney <basney>
Fri, 3 Aug 2007 16:17:38 +0000 (16:17 +0000)
committerbasney <basney>
Fri, 3 Aug 2007 16:17:38 +0000 (16:17 +0000)
nmi/gt-release.ftp
nmi/testscript

index e96ec38d386f7968a797f66b138dd69679214f0a..65e19d0a09220a0d392bdf56901a9cdc593628f9 100644 (file)
@@ -1,4 +1,4 @@
 method = ftp
 ftp_root = http://
-ftp_target = www.globus.org/ftppub/gt4/4.0/4.0.5/installers/src/gt4.0.5-all-source-installer.tar.bz2
+ftp_target = www.globus.org/ftppub/gt4/4.0/4.0.5/installers/src/gt4.0.5-all-source-installer.tar.gz
 untar = false
index 1407e1b63d49538a5d6b371f44bc74eb5c2b21a2..fe629a3540acd2825daa215e70aeb4f776ffbd10 100755 (executable)
@@ -26,7 +26,7 @@ else
 fi
 echo ==================================================
 echo Installing Globus Toolkit...
-tar xfj gt*-all-source-installer.tar.bz2
+tar xfz gt*-all-source-installer.tar.gz
 cd gt*-installer
 ./configure --prefix=$GLOBUS_LOCATION --with-buildopts="-verbose" \
             --with-gsiopensshargs="--with-zlib=$ZLIB_LOCATION"
This page took 0.101835 seconds and 5 git commands to generate.