summaryrefslogtreecommitdiff
path: root/Dragon/data/tdraglib.access
diff options
context:
space:
mode:
authorHEBERT Alain <alain.hebert@polymtl.ca>2025-12-23 11:34:01 -0500
committerHEBERT Alain <alain.hebert@polymtl.ca>2025-12-23 11:34:01 -0500
commitbd7171d346ad4f079aa89b2d9fdd6a56aa0a3b1c (patch)
treeff7bea851c1ce9685d26fc5080f65fcf9110086b /Dragon/data/tdraglib.access
parent0fbdc50700be08e00ecad828d9c99b5c045b382b (diff)
Resolve "Depreciate use of Version 4 and 5.0 Draglibs"
Diffstat (limited to 'Dragon/data/tdraglib.access')
-rwxr-xr-xDragon/data/tdraglib.access8
1 files changed, 4 insertions, 4 deletions
diff --git a/Dragon/data/tdraglib.access b/Dragon/data/tdraglib.access
index 35c6314..43adfc3 100755
--- a/Dragon/data/tdraglib.access
+++ b/Dragon/data/tdraglib.access
@@ -23,15 +23,15 @@ else
echo 'use big endian libraries'
pos=$1/../../libraries/b_endian
fi
-if [ -f "$pos"/draglibJef2p2.gz ]
+if [ -f "$pos"/draglibJef2p2_v5p1.gz ]
then
echo 'gunzipping DLIB_J2'
chmod 755 "$pos"
- gunzip "$pos"/draglibJef2p2.gz
+ gunzip "$pos"/draglibJef2p2_v5p1.gz
fi
-if [ -f "$pos"/draglibJef2p2 ]
+if [ -f "$pos"/draglibJef2p2_v5p1 ]
then
- ln -s "$pos"/draglibJef2p2 DLIB_J2
+ ln -s "$pos"/draglibJef2p2_v5p1 DLIB_J2
fi
ls -l
echo "tdraglib access script terminated"