diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index c2f6ec55030..c76cb2c7ca1 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -414,10 +414,14 @@ if(UNIX AND NOT APPLE) # there are a few differences between portable and system install if(WITH_INSTALL_PORTABLE) - install( - FILES ${TARGETDIR}/blender.1 - DESTINATION ${TARGETDIR} - ) + if(WITH_PYTHON_MODULE) + # pass + else() + install( + FILES ${TARGETDIR}/blender.1 + DESTINATION ${TARGETDIR} + ) + endif() install( FILES