aboutsummaryrefslogtreecommitdiff
path: root/reproduce/software/shell/configure.sh
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-06-17 00:15:11 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-06-17 00:15:11 +0100
commitbd45b666acaef5fc7523e4bc2ca9fb8aa74cbefd (patch)
tree9bf9de25ddeecc64df9af3ecf3c5667a51d42f86 /reproduce/software/shell/configure.sh
parent6a52c4ee9d2ee8b5723fc9fac4ebc97b77357613 (diff)
Corrected symbolic link to Gnuastro's configuration files
Until now, when making the link to Gnuastro's configuration files, the 'configure.sh' script would incorrectly link to the old configuration directory under the 'reproduce/software' directory. With this commit, it is moved to the proper directory under 'reproduce/analysis'.
Diffstat (limited to 'reproduce/software/shell/configure.sh')
-rwxr-xr-xreproduce/software/shell/configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/software/shell/configure.sh b/reproduce/software/shell/configure.sh
index b71ea96..1963bc7 100755
--- a/reproduce/software/shell/configure.sh
+++ b/reproduce/software/shell/configure.sh
@@ -1100,7 +1100,7 @@ ln -s $instdir .local
ln -s $texdir tex/build
ln -s $tikzdir tex/tikz
# --------- Delete for no Gnuastro ---------
-ln -s $topdir/reproduce/software/config/gnuastro .gnuastro
+ln -s $topdir/reproduce/analysis/config/gnuastro .gnuastro
# ------------------------------------------