Fix catalyst share directory.

This commit is contained in:
Alexis Lahouze 2019-03-16 11:09:41 +01:00
parent a5be42521f
commit 6b89ad9854
1 changed files with 1 additions and 1 deletions

View File

@ -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"