diff options
Diffstat (limited to 'Dragon/data/trowland.access')
| -rwxr-xr-x | Dragon/data/trowland.access | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Dragon/data/trowland.access b/Dragon/data/trowland.access index ea5fe2c..0c678c1 100755 --- a/Dragon/data/trowland.access +++ b/Dragon/data/trowland.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 echo "trowland access script terminated" |
