also install on 5.7 5.8 5.9 5.10 5.11

This commit is contained in:
Mario Fetka 2024-05-31 05:48:51 +02:00
parent 42eb38d71e
commit d896ff745c

View File

@ -98,6 +98,18 @@ switch ($ARCH)
if ( `uname -r` == 5.11 ) then
set REL=5.6
endif
if ( `uname -r` == 5.10 ) then
set REL=5.6
endif
if ( `uname -r` == 5.9 ) then
set REL=5.6
endif
if ( `uname -r` == 5.8 ) then
set REL=5.6
endif
if ( `uname -r` == 5.7 ) then
set REL=5.6
endif
if ( `uname -r` == 5.6 ) then
set REL=5.6
endif