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

extra: install path fix, +x set on installed scripts

parent 8a47b79d
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@
# 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
PERMISSIONS OWNER_EXECUTE)
install (FILES tarantool_box.sh DESTINATION bin
PERMISSIONS OWNER_EXECUTE)
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