]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Fix remaining share -> lib issue
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 22 Oct 2013 23:52:25 +0000 (21:52 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 22 Oct 2013 23:52:25 +0000 (21:52 -0200)
keyringer

index 604ef1dbbf86066e6678052fb86d50d749598a25..abd0a57d3abeed028506a7e286c705962d5bc4f7 100755 (executable)
--- a/keyringer
+++ b/keyringer
@@ -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