summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author404DeadLink2020-11-23 13:40:37 +0100
committer404DeadLink2020-11-23 13:40:37 +0100
commitd1e3c977f443126db42464b967b2825e819c3a02 (patch)
tree9d2585578f06cc319257b863a12d4e14f3651f2a
parent807700dab2ef990265b2df838da21cef94a3a551 (diff)
downloadaur-d1e3c977f443126db42464b967b2825e819c3a02.tar.gz
fix libefivar.a missing
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45e180466601..a9899597a54a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,6 +38,6 @@ package() {
cd "${pkgname}-${pkgver}/src"
install -dm 755 "${pkgdir}/usr/lib"
install -dm 755 "${pkgdir}/usr/bin"
- install -m 755 "${provides}" "${pkgdir}/usr/lib"
+ install -m 755 "${provides[@]}" "${pkgdir}/usr/lib"
install -m 755 "efivar-static" "${pkgdir}/usr/bin"
}