From 1994fc88ff98ecec717ef2ee288707794a8b7039 Mon Sep 17 00:00:00 2001 From: Martin van Zijl Date: Fri, 27 Mar 2020 15:31:41 +1300 Subject: [PATCH] Correct library path in Linux installation doc. --- doc/how_to_build_linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/how_to_build_linux.md b/doc/how_to_build_linux.md index 7a7c8efd..aba9d472 100644 --- a/doc/how_to_build_linux.md +++ b/doc/how_to_build_linux.md @@ -121,7 +121,7 @@ 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" +TOONZLIBRARY="$HOME/.config/OpenToonz/stuff/library" TOONZPROFILES="$HOME/.config/OpenToonz/stuff/profiles" TOONZPROJECTS="$HOME/.config/OpenToonz/stuff/projects" TOONZROOT="$HOME/.config/OpenToonz/stuff"