diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2017-06-12 12:12:50 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2017-06-12 12:12:50 -0500 |
commit | 2f81c100afdf45ebf787dfc5d3261aa6055640e4 (patch) | |
tree | 086e4fd17548e54718885d580f9ef22124e139b6 /scripts/Makefile | |
parent | a511a48d77b1dcb8a3fb0dd1abddb750a152869b (diff) |
Fix link to shutdown for MKSYSVINIT=yes
Diffstat (limited to 'scripts/Makefile')
-rw-r--r-- | scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |