diff options
author | davidovski <david@davidovski.xyz> | 2022-01-31 22:30:39 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-31 22:30:39 +0000 |
commit | cd6539ab081dcf0773f933db9ced9564eb1d865e (patch) | |
tree | d7fa178c511f9f63378935779fc06fc6a79368ed /repo/system | |
parent | 829a5e147315c0869710b13e25768d12f5d91813 (diff) |
fixed typo in patch for efivar
Diffstat (limited to 'repo/system')
-rw-r--r-- | repo/system/efivar.xibuild | 2 |
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 () { |