mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
Install nextboot in /rescue as /rescue/nextboot rather than
/rescue/nextboot.sh to match the name in /sbin (/sbin/nextboot). Reviewed by: gtetlow MFC after: 1 week
This commit is contained in:
parent
64026ffebb
commit
04ddb211d5
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ BINDIR?=/rescue
|
|||
|
||||
# Shell scripts need #! line to be edited from /bin/sh to /rescue/sh
|
||||
SCRIPTS= nextboot_FIXED
|
||||
SCRIPTSNAME_nextboot_FIXED= nextboot.sh
|
||||
SCRIPTSNAME_nextboot_FIXED= nextboot
|
||||
nextboot_FIXED: ../../sbin/reboot/nextboot.sh
|
||||
sed '1s/\/bin\//\/rescue\//' ${.ALLSRC} > ${.TARGET}
|
||||
CLEANFILES+= nextboot_FIXED
|
||||
|
|
|
|||
Loading…
Reference in a new issue