From f6ea16159ec8583a6f2182578334aa00578cb080 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 22 Feb 2017 14:25:02 -0600 Subject: scripts: make sure the rc-sstat symlink is always replaced --- scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/Makefile b/scripts/Makefile index 9a66c65d..13b8024f 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -13,7 +13,7 @@ endif _installafter: ifeq (${OS},Linux) ${INSTALL} -d ${DESTDIR}${SBINDIR} - ln -s ${DIR}/rc-sstat ${DESTDIR}/${SBINDIR}/rc-sstat + ln -sf ${DIR}/rc-sstat ${DESTDIR}/${SBINDIR}/rc-sstat endif include ${MK}/scripts.mk -- cgit v1.2.3