diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-22 21:56:04 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-22 21:56:04 +0000 |
commit | 82d0f92ab8b84466ae20ab919c1f9c3577b5cecb (patch) | |
tree | 776015ae6c6a386125b2d39e13b62f91b99548f8 /sub/syslinux/syslinux-oknogit.patch | |
download | lh-bootstrap-82d0f92ab8b84466ae20ab919c1f9c3577b5cecb.tar.xz |
Initial commit
Diffstat (limited to 'sub/syslinux/syslinux-oknogit.patch')
-rw-r--r-- | sub/syslinux/syslinux-oknogit.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sub/syslinux/syslinux-oknogit.patch b/sub/syslinux/syslinux-oknogit.patch new file mode 100644 index 0000000..0ace431 --- /dev/null +++ b/sub/syslinux/syslinux-oknogit.patch @@ -0,0 +1,22 @@ +--- src.old/efi/build-gnu-efi.sh ++++ src/efi/build-gnu-efi.sh +@@ -29,7 +29,7 @@ + + ( + cd ../.. +- git submodule update --init ++ git submodule update --init || true + ) + + mkdir -p "$objdir/gnu-efi" +--- src.old/efi/clean-gnu-efi.sh ++++ src/efi/clean-gnu-efi.sh +@@ -23,7 +23,7 @@ + + ( + cd ../.. +- git submodule update --init ++ git submodule update --init || true + ) + + if [ -d "$objdir/gnu-efi" ];then |