also install on 5.7 5.8 5.9 5.10 5.11
This commit is contained in:
parent
42eb38d71e
commit
d896ff745c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user