commit:     f6ea16159ec8583a6f2182578334aa00578cb080
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Wed Feb 22 20:25:02 2017 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 20:25:02 2017 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=f6ea1615

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

 scripts/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to