Skip to content
Snippets Groups Projects
Commit 773a47f2 authored by dpuzyrkov's avatar dpuzyrkov
Browse files

[*] save python permissions on install

parent 7c838b7b
No related branches found
No related tags found
3 merge requests!974bugfix-8996,!873Hotfix 8568,!498[+] Standalone python added.
......@@ -303,7 +303,7 @@ else()
INSTALL(TARGETS ${NODE_TOOL_TARGET} DESTINATION ${CMAKE_INSTALL_PREFIX}/bin )
if (SUPPORT_PYTHON_PLUGINS AND NOT BUILD_WITH_SYSTEM_PYTHON) #install python environment if not system python in use
INSTALL(DIRECTORY build/python/ DESTINATION ${CMAKE_INSTALL_PREFIX}/bin/python )
INSTALL(DIRECTORY build/python/ DESTINATION ${CMAKE_INSTALL_PREFIX}/bin/python USE_SOURCE_PERMISSIONS)
endif()
endif()
......
......@@ -11,7 +11,7 @@
To successfully complete of the build, you need to have the following packages to be installed
(packages are named as in Debian GNU/Linux 10 "buster", please found the corresponding packages for your distribution):
* libjson-c-dev
* libsqlite3-dev
* libmagic-dev
* libz-dev
......
Subproject commit 13dd15540cb882f58e7c40d042f655ed3d80b427
Subproject commit ba5e0cfe6945b3bbdde3fada01118da5283875a4
Subproject commit fdc630656705bd3252c5ad1254f773f6ca64db28
Subproject commit f25806769dd39c6d53020f9c4fb2604dee721e5d
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