Lua 5.1 on rhel 7 and lower
This commit is contained in:
parent
394b7377a5
commit
734bf97927
@ -1,4 +1,8 @@
|
||||
%if 0%{?rhel} <= 7
|
||||
%define luaver 5.1
|
||||
%else
|
||||
%define luaver 5.2
|
||||
%endif
|
||||
%define lualibdir %{_libdir}/lua/%{luaver}
|
||||
%define luapkgdir %{_datadir}/lua/%{luaver}
|
||||
%global commit 58016bbba40b063e8a98a7e9f14acfcd46f103d4
|
||||
|
Loading…
Reference in New Issue
Block a user