git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c74b4d
)
JAL-3130 updated download_jres.sh
author
Ben Soares
<b.soares@dundee.ac.uk>
Wed, 2 Mar 2022 14:38:34 +0000
(14:38 +0000)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Wed, 2 Mar 2022 14:38:34 +0000
(14:38 +0000)
utils/download_jres.sh
patch
|
blob
|
history
diff --git
a/utils/download_jres.sh
b/utils/download_jres.sh
index
8029e82
..
26442ea
100755
(executable)
--- a/
utils/download_jres.sh
+++ b/
utils/download_jres.sh
@@
-103,6
+103,7
@@
for FEATURE_VERSION in 8 11 17; do
# make symbolic link with _ instead of - for install4j9
NEWNAME=${NAME//-/_}
echo "Linking from ${NEWNAME}.${EXT} for install4j9"
+ [ -e "${ARCHIVEDIR}/${NEWNAME}.${EXT}" ] && $RM "${ARCHIVEDIR}/${NEWNAME}.${EXT}"
ln -s "${NAME}.${EXT}" "${ARCHIVEDIR}/${NEWNAME}.${EXT}"
;;
*)