Fix link to shutdown for MKSYSVINIT=yes

This commit is contained in:
William Hubbs 2017-06-12 12:12:50 -05:00
parent a511a48d77
commit 2f81c100af

View File

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