diff --git a/toonz/sources/toonz/CMakeLists.txt b/toonz/sources/toonz/CMakeLists.txt index 76db34f8..c883af5a 100644 --- a/toonz/sources/toonz/CMakeLists.txt +++ b/toonz/sources/toonz/CMakeLists.txt @@ -611,7 +611,7 @@ if [ ! -d \$HOME/.config/OpenToonz ]; then fi if [ ! -d \$HOME/.config/OpenToonz/stuff ]; then - cp -r \$OPENTOONZ_BASE/share/opentoonz/stuff \$HOME/.config/OpenToonz + cp -r \$OPENTOONZ_BASE/lib${LIB_SUFFIX}/opentoonz/stuff \$HOME/.config/OpenToonz fi if [ ! -d \$HOME/.config/OpenToonz/stuff/projects/library ]; then @@ -684,7 +684,7 @@ exec \$OPENTOONZ_BASE/bin/OpenToonz \"\$@\" install( DIRECTORY ${CMAKE_SOURCE_DIR}/../../stuff - DESTINATION share/opentoonz + DESTINATION lib${LIB_SUFFIX}/opentoonz ) endif()