aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2020-06-22 20:48:38 +0200
committerKevin Daudt <kdaudt@alpinelinux.org>2020-06-25 16:52:50 +0000
commitff454f56bc12effedea3870fc665aab844343234 (patch)
treed17ac871d1fb74616f64ccb8a993517d02fd7918
parent85d1efad938d9e26ea53f14d2ba54d7aed28363a (diff)
downloadalpine_aports-ff454f56bc12effedea3870fc665aab844343234.tar.bz2
alpine_aports-ff454f56bc12effedea3870fc665aab844343234.tar.xz
alpine_aports-ff454f56bc12effedea3870fc665aab844343234.zip
community/chezmoi: fix location of fish completion file
-rw-r--r--community/chezmoi/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/chezmoi/APKBUILD b/community/chezmoi/APKBUILD
index 2f081ffb48..6d0bc3c472 100644
--- a/community/chezmoi/APKBUILD
+++ b/community/chezmoi/APKBUILD
@@ -68,7 +68,7 @@ fishcomp() {
68 68
69 cd "$builddir" 69 cd "$builddir"
70 install -Dm0644 completions/chezmoi.fish \ 70 install -Dm0644 completions/chezmoi.fish \
71 "$subpkgdir"/usr/share/fish/site-functions/_$pkgname 71 "$subpkgdir"/usr/share/fish/completions/$pkgname.fish
72} 72}
73 73
74cleanup_srcdir() { 74cleanup_srcdir() {