Hi,
The relevant CMake file shows the following for Linux:
install( FILES ${PLUGIN_FILES_PYTHON} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/sigil/plugin_launchers/python/ )
So as long as Linux install defaults to create any missing directories in the path, this should work.
To test, simply create the required directories manually first and then see if it is properly populated. If so, then "install" might need to have -d added to it. But then the other directories used should have the same problems so I am guessing here.
KevinH
|