Skip to content
Snippets Groups Projects
Commit 8469eaad authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Fix a typo inside Lua script in RPM spec

Unfortunally, I was unable to test it before pushing due to buggy
tarantool/build.
parent 264379f1
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ This package provides common files
.. cmake_key_value('CMAKE_INSTALL_MANDIR', '%{_mandir}')
.. cmake_key_value('CMAKE_INSTALL_LOCALSTATEDIR', '%{_localstatedir}')
.. def_init()
.. ' %{!?scl:-DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir}}')
.. ' %{!?scl:-DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir}}'
print(wrap_with_toolset(cmd))}
%{lua:print(wrap_with_toolset('make %{?_smp_mflags}\n'))}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment