From 6b89ad9854c7122df573a28f53b31d67409a27c5 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sat, 16 Mar 2019 11:09:41 +0100 Subject: [PATCH] Fix catalyst share directory. --- catalyst.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst.conf b/catalyst.conf index d39811e..b0b697e 100644 --- a/catalyst.conf +++ b/catalyst.conf @@ -102,7 +102,7 @@ target_pkgdir="/var/cache/portage/packages" # sharedir specifies where all of the catalyst runtime executables # and other shared lib objects are. # Most users do not need to change this. -sharedir="/usr/local/share/catalyst" +sharedir="/usr/share/catalyst" # shdir specifies where all of the catalyst runtime executables are. shdir="%(sharedir)s/targets"