mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -04:00
correct install location
Submitted by: Ceri Davies (slightly modified)
This commit is contained in:
parent
ab96eeabe8
commit
aba5d3810d
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ if [ "$ans" = "y" ]; then
|
|||
fi
|
||||
# translate per Makefile:doTARBALL XXX are we sure to have tr+cut?
|
||||
tn=`echo ${CONFIG} | tr 'A-Z' 'a-z' | cut -c1-8`
|
||||
cat $tn.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
|
||||
cat $tn.?? | tar --unlink -xpzf - -C $BOOT
|
||||
else
|
||||
echo "Installation of $CONFIG kernel distribution not done."
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue