From 2eec6103068f3dce5ea33e3e9e0821f2a4b4f6af Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 30 Jan 2022 19:05:12 +0000 Subject: removed any unecessary curls from prepares --- repo/system/efivar.xibuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'repo/system/efivar.xibuild') diff --git a/repo/system/efivar.xibuild b/repo/system/efivar.xibuild index e01d66b..e4b38b2 100644 --- a/repo/system/efivar.xibuild +++ b/repo/system/efivar.xibuild @@ -5,11 +5,14 @@ DEPS=() PKG_VER=37 SOURCE=https://github.com/rhboot/efivar/releases/download/$PKG_VER/efivar-$PKG_VER.tar.bz2 +ADDITIONAL=( + https://www.linuxfromscratch.org/patches/blfs/svn/efivar-$PKG_VER-gcc_9-1.patch + ) + DESC="Tools and libraries to manupulate EFI variables" prepare () { - curl -SsL https://www.linuxfromscratch.org/patches/blfs/svn/efivar-$PKG_VER-gcc_9-1.patch > efivar-$PKG_VER.patch - patch -Np1 -i efivar-$PKG_VER.patch + patch -Np1 -i efivar-$PKG_VER-gcc_9.1.patch } build () { -- cgit v1.2.1