commit:     2f81c100afdf45ebf787dfc5d3261aa6055640e4
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Mon Jun 12 17:12:50 2017 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 17:12:50 2017 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=2f81c100

Fix link to shutdown for MKSYSVINIT=yes

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

diff --git a/scripts/Makefile b/scripts/Makefile
index b0af29a9..d2215b34 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -22,7 +22,7 @@ ifeq (${MKSYSVINIT},yes)
        ln -sf  ${DIR}/halt ${DESTDIR}/${SBINDIR}/halt
        ln -sf  ${DIR}/poweroff ${DESTDIR}/${SBINDIR}/poweroff
        ln -sf  ${DIR}/reboot ${DESTDIR}/${SBINDIR}/reboot
-       ln -sf  openrc-shutdown ${DESTDIR}/${SBINDIR}/shutdown
+       ln -sf  ${DIR}/shutdown ${DESTDIR}/${SBINDIR}/shutdown
        ln -sf  openrc-init ${DESTDIR}/${SBINDIR}/init
 endif
 endif

Reply via email to