diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-10-22 21:52:25 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-10-22 21:52:25 -0200 |
commit | 68015ba7a8903d03802fca12676e55b5281d51d8 (patch) | |
tree | 23df471ecb64e37e033448b28493399ea61824bb | |
parent | 542dc1e13a658b7be8f2e155799230da91e5a4c3 (diff) | |
download | keyringer-68015ba7a8903d03802fca12676e55b5281d51d8.tar.gz keyringer-68015ba7a8903d03802fca12676e55b5281d51d8.tar.bz2 |
Fix remaining share -> lib issue
-rwxr-xr-x | keyringer | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,7 @@ if [ -e "`dirname $(readlink -f $0)`/lib/$NAME/actions" ]; then ACTIONS="`dirname $(readlink -f $0)`/lib/$NAME/actions" else # System installation layout - ACTIONS="`dirname $(readlink -f $0)`/../share/$NAME" + ACTIONS="`dirname $(readlink -f $0)`/../lib/$NAME/actions" fi # Load functions |