summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-31 22:30:39 +0000
committerdavidovski <david@davidovski.xyz>2022-01-31 22:30:39 +0000
commitcd6539ab081dcf0773f933db9ced9564eb1d865e (patch)
treed7fa178c511f9f63378935779fc06fc6a79368ed /repo
parent829a5e147315c0869710b13e25768d12f5d91813 (diff)
fixed typo in patch for efivar
Diffstat (limited to 'repo')
-rw-r--r--repo/system/efivar.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/efivar.xibuild b/repo/system/efivar.xibuild
index e4b38b2..b3549a5 100644
--- a/repo/system/efivar.xibuild
+++ b/repo/system/efivar.xibuild
@@ -12,7 +12,7 @@ ADDITIONAL=(
DESC="Tools and libraries to manupulate EFI variables"
prepare () {
- patch -Np1 -i efivar-$PKG_VER-gcc_9.1.patch
+ patch -Np1 -i efivar-$PKG_VER-gcc_9-1.patch
}
build () {