diff options
Diffstat (limited to 'Dragon/data/RegtestCNG_mccg.access')
| -rwxr-xr-x | Dragon/data/RegtestCNG_mccg.access | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Dragon/data/RegtestCNG_mccg.access b/Dragon/data/RegtestCNG_mccg.access index 13d462d..a892798 100755 --- a/Dragon/data/RegtestCNG_mccg.access +++ b/Dragon/data/RegtestCNG_mccg.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 ln -s "$1"/data/proc_CNG/*.c2m . ls |
