efivar: arch typo fix by lemmi.
This commit is contained in:
parent
aa2caeb2d3
commit
fb17c2ab17
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="LGPL-2.1"
|
||||
homepage="https://github.com/vathpela/efivar"
|
||||
|
||||
only_for_archs="i686 i686 x86_64 x86_64-musl"
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
|
||||
do_fetch() {
|
||||
git clone -b ${version} git://github.com/vathpela/efivar ${pkgname}-${version}
|
||||
|
|
Loading…
Reference in New Issue