From 29744470514866a5be17d333ae2a5e9f0a92aa77 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 11 Jul 2024 16:12:12 +0300 Subject: [PATCH] efibootmgr rebuild --- system/boot/efibootmgr/actions.py | 13 +++++++------ system/boot/efibootmgr/pspec.xml | 7 +++++++ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/system/boot/efibootmgr/actions.py b/system/boot/efibootmgr/actions.py index 35351efb0e..efb0d6d3f8 100644 --- a/system/boot/efibootmgr/actions.py +++ b/system/boot/efibootmgr/actions.py @@ -10,16 +10,17 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def build(): + pisitools.dosed("Make.defaults", "grub.efi", "grubx64.efi") shelltools.system("sed -e '/extern int efi_set_verbose/d' -i src/efibootmgr.c") shelltools.export("CFLAGS", "-Os") - autotools.make("EFIDIR=pisilinux EFI_LOADER=grubx64.efi") + autotools.make("EFIDIR=pisilinux sbindir=/usr/sbin EFI_LOADER=grubx64.efi") def install(): - shelltools.makedirs("%s/usr/sbin" % get.installDIR()) - shelltools.makedirs("%s/usr/share/man" % get.installDIR()) - shelltools.makedirs("%s/usr/include" % get.installDIR()) + # shelltools.makedirs("%s/usr/sbin" % get.installDIR()) + # shelltools.makedirs("%s/usr/share/man" % get.installDIR()) + # shelltools.makedirs("%s/usr/include" % get.installDIR()) - autotools.rawInstall("EFIDIR=pisilinux DESTDIR=%s" % get.installDIR()) - pisitools.insinto("/usr/share/man", "src/*.8") + autotools.rawInstall("EFIDIR=pisilinux sbindir=/usr/sbin DESTDIR=%s" % get.installDIR()) + # pisitools.insinto("/usr/share/man", "src/*.8") pisitools.insinto("/usr/include", "src/include/*.h") diff --git a/system/boot/efibootmgr/pspec.xml b/system/boot/efibootmgr/pspec.xml index f7b6a08e03..62dcb1c629 100644 --- a/system/boot/efibootmgr/pspec.xml +++ b/system/boot/efibootmgr/pspec.xml @@ -46,6 +46,13 @@ + + 2024-07-11 + 18 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2022-07-09 18