summaryrefslogtreecommitdiff
path: root/bin/mkrc
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mkrc')
-rwxr-xr-xbin/mkrc2
1 files changed, 1 insertions, 1 deletions
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 ..."