From 086c1a05946a2a3b0002427c2ef90c14132c20a0 Mon Sep 17 00:00:00 2001 From: shimun Date: Sat, 5 Sep 2020 19:35:36 +0200 Subject: [PATCH] file path must be relative to src --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 0a80f98..6828676 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -21,5 +21,5 @@ build() { package() { install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin" - install -Dm 644 fido2luks.bash "${pkgdir}/usr/share/bash-completion/completions/fido2luks" + install -Dm 644 ../fido2luks.bash "${pkgdir}/usr/share/bash-completion/completions/fido2luks" }