Fix link to shutdown for MKSYSVINIT=yes
This commit is contained in:
parent
a511a48d77
commit
2f81c100af
@ -22,7 +22,7 @@ ifeq (${MKSYSVINIT},yes)
|
|||||||
ln -sf ${DIR}/halt ${DESTDIR}/${SBINDIR}/halt
|
ln -sf ${DIR}/halt ${DESTDIR}/${SBINDIR}/halt
|
||||||
ln -sf ${DIR}/poweroff ${DESTDIR}/${SBINDIR}/poweroff
|
ln -sf ${DIR}/poweroff ${DESTDIR}/${SBINDIR}/poweroff
|
||||||
ln -sf ${DIR}/reboot ${DESTDIR}/${SBINDIR}/reboot
|
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
|
ln -sf openrc-init ${DESTDIR}/${SBINDIR}/init
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user