aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/efibootmgr/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2iligrams@protonmail.com>2025-03-12 04:01:18 +0100
committeremmett1 <emmett1.2iligrams@protonmail.com>2025-03-12 04:01:18 +0100
commitddd8e1a8fab2ac39396282a7c09ddf6eca219613 (patch)
tree12796519575126d60e06d02e9eab68856229cf58 /repos/extra/efibootmgr/abuild
parentb5a8a6c29e40f786ceb808c0b95f01c4251111d1 (diff)
downloadalicelinux-ddd8e1a8fab2ac39396282a7c09ddf6eca219613.tar.gz
alicelinux-ddd8e1a8fab2ac39396282a7c09ddf6eca219613.zip
clang repos updated
Diffstat (limited to 'repos/extra/efibootmgr/abuild')
-rwxr-xr-xrepos/extra/efibootmgr/abuild12
1 files changed, 0 insertions, 12 deletions
diff --git a/repos/extra/efibootmgr/abuild b/repos/extra/efibootmgr/abuild
deleted file mode 100755
index 5a2c96ec..00000000
--- a/repos/extra/efibootmgr/abuild
+++ /dev/null
@@ -1,12 +0,0 @@
-name=efibootmgr
-version=18
-release=1
-source="https://github.com/rhboot/efibootmgr/archive/$version/$name-$version.tar.gz"
-export CFLAGS="${CFLAGS} -Wno-error=pointer-sign"
-
-build() {
- sed -e '/extern int efi_set_verbose/d' -i src/efibootmgr.c
- EFIDIR=/boot/efi make
- install -D src/efibootmgr $PKG/usr/sbin/efibootmgr
- install -D src/efibootmgr.8 $PKG/usr/share/man/man8/efibootmgr.8
-}