Skip to content
Snippets Groups Projects
Commit f6dac5f9 authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

RPM scripts installation path fix

parent e8a3778f
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,6 @@
# scripts for RPM package
#
if ("${CPACK_GENERATOR}" STREQUAL "RPM")
install (FILES tarantool_box DESTINATION /etc/init.d)
install (FILES tarantool_box.sh DESTINATION /bin)
install (FILES tarantool_box DESTINATION etc/init.d)
install (FILES tarantool_box.sh DESTINATION bin)
endif()
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