From bf87db5b38ec651e3509ea5ec02bb4c7928352e3 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Tue, 23 Jul 2013 19:03:58 +0200 Subject: Rename libexec to share The `/usr/local/libexec` standard looks awkward on Debian, so after careful and sad evaluation we've concluded that we do not, in fact, execute the `rcm.sh` library. Move it to `/usr/local/share` instead. --- bin/lsrc | 2 +- bin/mkrc | 2 +- bin/rcup | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/lsrc b/bin/lsrc index cdebfeb..972f54f 100755 --- a/bin/lsrc +++ b/bin/lsrc @@ -141,7 +141,7 @@ if [ -e $HOME/.rcrc ]; then . $HOME/.rcrc fi -. `dirname $0`/../libexec/rcm/rcm.sh +. `dirname $0`/../share/rcm/rcm.sh handle_command_line $* if [ "x$DOTFILES_DIRS" = "x" ]; then diff --git a/bin/mkrc b/bin/mkrc index e52c76b..dd1f46e 100755 --- a/bin/mkrc +++ b/bin/mkrc @@ -27,7 +27,7 @@ if [ -e $HOME/.rcrc ]; then . $HOME/.rcrc fi -. `dirname $0`/../libexec/rcm/rcm.sh +. `dirname $0`/../share/rcm/rcm.sh if [ $# -eq 0 ]; then echo "Usage: mkrc [-d dir] [-t tag] [-v] [-q] filename ..." diff --git a/bin/rcup b/bin/rcup index 22f699d..4c3529d 100755 --- a/bin/rcup +++ b/bin/rcup @@ -144,7 +144,7 @@ if [ -e $HOME/.rcrc ]; then . $HOME/.rcrc fi -. `dirname $0`/../libexec/rcm/rcm.sh +. `dirname $0`/../share/rcm/rcm.sh handle_command_line $* for dest_and_src in `lsrc $LS_ARGS`; do -- cgit v1.2.3