summaryrefslogtreecommitdiff
path: root/sh/rc-functions.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'sh/rc-functions.sh.in')
-rw-r--r--sh/rc-functions.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/rc-functions.sh.in b/sh/rc-functions.sh.in
index 8408814..b9ea93d 100644
--- a/sh/rc-functions.sh.in
+++ b/sh/rc-functions.sh.in
@@ -20,9 +20,9 @@ import_addon()
if [ -e "${RC_LIBDIR}/addons/$1.sh" ]; then
_addon_warn
. "${RC_LIBDIR}/addons/$1.sh"
- elif [ -e /lib64/rcscripts/addons/"$1".sh ]; then
+ elif [ -e /@LIB@/rcscripts/addons/"$1".sh ]; then
_addon_warn
- . /lib64/rcscripts/addons/"$1".sh
+ . /@LIB@/rcscripts/addons/"$1".sh
else
return 1
fi