mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
syslinux: migrate to using a git repo
Review URL: http://chromereview.prom.corp.google.com/1186020 git-svn-id: svn://chrome-svn/chromeos/trunk@205 06c00378-0e64-4dae-be16-12b19f9950a1
This commit is contained in:
parent
e62feb6d18
commit
b79616b77e
@ -20,7 +20,7 @@ echo bin is "$EXTLINUX_BIN"
|
|||||||
if [ ! -e $EXTLINUX_BIN ]
|
if [ ! -e $EXTLINUX_BIN ]
|
||||||
then
|
then
|
||||||
# compile extlinux
|
# compile extlinux
|
||||||
(cd "$SCRIPTS_ROOT/../third_party/syslinux"/syslinux-*/ && make)
|
(cd "$SCRIPTS_ROOT/../third_party/syslinux/files/" && make)
|
||||||
if [ ! -e $EXTLINUX_BIN ]
|
if [ ! -e $EXTLINUX_BIN ]
|
||||||
then
|
then
|
||||||
echo "Can't find or compile extlinux. Sorry."
|
echo "Can't find or compile extlinux. Sorry."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user