scripts: make sure the rc-sstat symlink is always replaced

This commit is contained in:
William Hubbs 2017-02-22 14:25:02 -06:00
parent 9047ea4cb0
commit f6ea16159e

View File

@ -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