slackware-current/source/a/os-prober/os-prober-elilo-path-fix.patch
Patrick J Volkerding 3adca20180 Mon Oct 14 21:21:47 UTC 2024
a/os-prober-1.83-x86_64-3.txz:  Rebuilt.
  Fix the generated path to elilo.efi. Thanks to yancek and chris.willing.
l/python-sphinx-8.1.3-x86_64-1.txz:  Upgraded.
l/qt6-6.7.3_20240920_90e86aee-x86_64-2.txz:  Rebuilt.
  [PATCH] ListView: fix countChanged not being emitted in certain cases.
n/samba-4.21.1-x86_64-1.txz:  Upgraded.
2024-10-15 00:05:20 +02:00

11 lines
369 B
Diff

--- ./os-probes/mounted/x86/efi/10elilo.orig 2024-08-28 05:16:14.000000000 -0500
+++ ./os-probes/mounted/x86/efi/10elilo 2024-10-14 12:46:50.878946131 -0500
@@ -10,7 +10,7 @@
elilo=`find $1 -name "elilo.efi"`
if [ -n "$elilo" ]; then
bdir="${elilo%/*}"
- bdir="${elilo##*/}"
+ bdir="${bdir##*/}"
long="ELILO Boot Manager"
short="ELILO"
path=${bdir}/elilo.efi