summaryrefslogtreecommitdiff
path: root/bin/rcup
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2013-07-23 19:03:58 +0200
committerGravatar Mike Burns <mike@mike-burns.com>2013-07-23 19:03:58 +0200
commitbf87db5b38ec651e3509ea5ec02bb4c7928352e3 (patch)
tree0dbaaf98db5a38b2f7c8c65f8f46104d80def2f3 /bin/rcup
parent3adcb218cbb42026bc0ef906b219f0e1888220cd (diff)
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.
Diffstat (limited to 'bin/rcup')
-rwxr-xr-xbin/rcup2
1 files changed, 1 insertions, 1 deletions
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