From 57e2a32beff477648d2ea608ecefb10499a9a10c Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Mon, 15 Mar 2021 20:19:01 +0000 Subject: [PATCH] Fix up some of the options we're using at build time Definitely don't want to be setting EFI_PATH, as that over-rides the vendored gnu-efi. Argh --- debian/rules | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index a93bf0d..9ca9bc2 100755 --- a/debian/rules +++ b/debian/rules @@ -37,10 +37,9 @@ export EFI_ARCH := ia32 endif COMMON_OPTIONS += \ - RELEASE=15 \ - COMMIT_ID=888f5b544b7cce3cdae8074aa617b1d4add271a1 \ + RELEASE=15.3 \ + COMMIT_ID=39b96c01bfd4547f38c9e573ff5d551057ea272c \ MAKELEVEL=0 \ - EFI_PATH=/usr/lib \ ENABLE_HTTPBOOT=true \ VENDOR_CERT_FILE=$(cert) \ VENDOR_DBX_FILE=$(DBX_LIST) \