diff options
author | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2015-08-30 01:28:03 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2015-08-30 01:28:03 +0000 |
commit | 27a8732039fdd2102cd216f421f66c58c905e693 (patch) | |
tree | 28f13a27a24dae4637e81073d62be297bf7a3e97 /etc | |
parent | setup.py: Fix rebase errors causing the lib/catalyst files to not be installed (diff) | |
download | catalyst-27a8732039fdd2102cd216f421f66c58c905e693.tar.gz catalyst-27a8732039fdd2102cd216f421f66c58c905e693.tar.bz2 catalyst-27a8732039fdd2102cd216f421f66c58c905e693.zip |
Update sharedir location from /usr/lib/catalyst to /usr/share/catalyst.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/catalyst.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/catalyst.conf b/etc/catalyst.conf index 01708e72..7f566719 100644 --- a/etc/catalyst.conf +++ b/etc/catalyst.conf @@ -78,7 +78,7 @@ portdir="/usr/portage" # 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/lib/catalyst" +sharedir="/usr/share/catalyst" # shdir specifies where all of the catalyst runtime executables are. shdir="%(sharedir)s/targets" |