bootstrap: Fix patching warnings
commit5c7578e7277013c62a210810bdf116dd641355de
authorDaniel Kiper <daniel.kiper@oracle.com>
Thu, 15 Jun 2023 14:47:09 +0000 (15 16:47 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 22 Jun 2023 22:50:38 +0000 (23 00:50 +0200)
tree44ac2df050e52e84a1481b36e79b6d653d811367
parent6d8853e215716bb389f61a6941d2d893468470f4
bootstrap: Fix patching warnings

Currently bootstrap complains in the following way when
patching gnulib files:

  patching file argp-help.c
  Hunk #1 succeeded at 52 (offset 1 line).
  Hunk #2 succeeded at 1548 (offset 115 lines).
  patching file mbswidth.c
  patching file mbswidth.h
  Hunk #1 succeeded at 40 (offset -5 lines).

Let's fix it by amending line numbers in the patch.

Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Reviewed-by: Alec Brown <alec.r.brown@oracle.com>
grub-core/lib/gnulib-patches/fix-width.patch