mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
3adca20180
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.
11 lines
369 B
Diff
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
|