Commit 643ea8d3 authored by Matthieu Boileau's avatar Matthieu Boileau
Browse files

Correct SOFT_DIR in common.sh

parent f3c205ff
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3,8 +3,7 @@
set -x

# You may tune this section
#SOFT_DIR="/data/software"
SOFT_DIR="/Users/boileau/software"
SOFT_DIR="/data/software"
PREWORK_DIR=${SOFT_DIR}/sources
PREINSTALL_DIR=${SOFT_DIR}/install
PREMODULE_DIR=${SOFT_DIR}/modules