Skip to content
Snippets Groups Projects
Commit 3ecbe5fa authored by bigbes's avatar bigbes
Browse files

fix typo in rpm spec

parent 06946536
No related branches found
No related tags found
No related merge requests found
......@@ -234,9 +234,9 @@ chkconfig --del tarantool
"%{_bindir}/tarantoolctl"
"%{_mandir}/man1/tarantoolctl.1.gz"
"%{_sysconfdir}/sysconfig/tarantool"
%dir "{%_sysconfdir}/tarantool"
%dir "{%_sysconfdir}/tarantool/instances.enabled"
"{%_sysconfdir}/tarantool/instances.enabled/example.lua"
%dir "%{_sysconfdir}/tarantool"
%dir "%{_sysconfdir}/tarantool/instances.enabled"
"%{_sysconfdir}/tarantool/instances.enabled/example.lua"
%if %{with systemd}
%dir "%{_libdir}/tarantool/"
"%{_unitdir}/tarantool.service"
......
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