Lua 5.1 on rhel 7 and lower

This commit is contained in:
Orion Poplawski 2014-06-04 14:44:03 -06:00
parent 394b7377a5
commit 734bf97927

View File

@ -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