1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-23 01:02:02 +01:00

scripts fine-tuning

This commit is contained in:
2020-01-10 11:59:07 +00:00
parent 29863a348b
commit c0dac8063e
5 changed files with 19 additions and 10 deletions

View File

@ -9,7 +9,10 @@ fi
PREFIX=$1
set -ex
INITDIR=`pwd`
INITDIR=$(pwd -P)
cd ${PREFIX}
PREFIX=$(pwd -P)
cd ${INITDIR}
cd local/build
wget http://ftpmirror.gnu.org/gsl/${NAME}.tar.gz
tar -xzvf ${NAME}.tar.gz