aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2015-08-30 01:28:03 +0000
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2015-08-30 01:28:03 +0000
commit27a8732039fdd2102cd216f421f66c58c905e693 (patch)
tree28f13a27a24dae4637e81073d62be297bf7a3e97 /etc
parentsetup.py: Fix rebase errors causing the lib/catalyst files to not be installed (diff)
downloadcatalyst-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.conf2
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"