From 72f6db37961e30117818c1d030a7c69869928028 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 18 Oct 2013 17:03:40 -0300 Subject: FHS compliance (closes #18) --- keyringer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'keyringer') diff --git a/keyringer b/keyringer index a4e8b2c..604ef1d 100755 --- a/keyringer +++ b/keyringer @@ -137,9 +137,9 @@ else fi # Set actions location -if [ -e "`dirname $(readlink -f $0)`/share/$NAME" ]; then +if [ -e "`dirname $(readlink -f $0)`/lib/$NAME/actions" ]; then # Development or local installation layout - ACTIONS="`dirname $(readlink -f $0)`/share/$NAME" + ACTIONS="`dirname $(readlink -f $0)`/lib/$NAME/actions" else # System installation layout ACTIONS="`dirname $(readlink -f $0)`/../share/$NAME" -- cgit v1.2.3