diff options
-rw-r--r-- | sh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sh/Makefile b/sh/Makefile index c246f9ee..73d46418 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 |