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