summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh')
-rw-r--r--sh/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sh/Makefile b/sh/Makefile
index c246f9e..73d4641 100644
--- a/sh/Makefile
+++ b/sh/Makefile
@@ -13,6 +13,8 @@ include ${MK}/scripts.mk
_installafter:
${INSTALL} -d ${DESTDIR}/${INITDIR}
+ @# Put functions.sh into init for backwards compat
+ ln -snf ${LIBEXECDIR}/sh/functions.sh ${DESTDIR}/${INITDIR} || exit $$?
check test::
./runtests.sh