From 5c92d8f568828524f43d05d82728acf00d11ed99 Mon Sep 17 00:00:00 2001 From: Ivan Mahonin Date: Mar 27 2017 08:01:26 +0000 Subject: Fix path to textures, effects, brushes and templates (#1090) --- diff --git a/toonz/sources/toonz/CMakeLists.txt b/toonz/sources/toonz/CMakeLists.txt index f446341..7b5bd6b 100644 --- a/toonz/sources/toonz/CMakeLists.txt +++ b/toonz/sources/toonz/CMakeLists.txt @@ -499,8 +499,8 @@ OPENTOONZROOT=\"\$HOME/.config/OpenToonz/stuff\" OpenToonzPROFILES=\"\$HOME/.config/OpenToonz/stuff/profiles\" TOONZCACHEROOT=\"\$HOME/.config/OpenToonz/stuff/cache\" TOONZCONFIG=\"\$HOME/.config/OpenToonz/stuff/config\" -TOONZFXPRESETS=\"\$HOME/.config/OpenToonz/stuff/projects/fxs\" -TOONZLIBRARY=\"\$HOME/.config/OpenToonz/stuff/projects/library\" +TOONZFXPRESETS=\"\$HOME/.config/OpenToonz/stuff/fxs\" +TOONZLIBRARY=\"\$HOME/.config/OpenToonz/stuff/library\" TOONZPROFILES=\"\$HOME/.config/OpenToonz/stuff/profiles\" TOONZPROJECTS=\"$HOME/.config/OpenToonz/stuff/projects\" TOONZROOT=\"\$HOME/.config/OpenToonz/stuff\"