diff options
author | Morten Linderud | 2021-04-24 17:41:15 +0200 |
---|---|---|
committer | Morten Linderud | 2021-04-24 17:41:15 +0200 |
commit | aaf9738354a8775c2b04fb06b15d0e2efc809671 (patch) | |
tree | a3f220887de22b45c708304119f18fbd47d2117d | |
parent | ed6cb303c606b29de043e3cacaeb312f2384b8e9 (diff) | |
download | aur-aaf9738354a8775c2b04fb06b15d0e2efc809671.tar.gz |
Fixed sbctl hooks in PKGBUILD
Signed-off-by: Morten Linderud <morten@linderud.pw>
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,5 +34,5 @@ package(){ ./sbctl completion bash | install -Dm644 /dev/stdin "$pkgdir/usr/share/bash-completion/completions/sbctl" ./sbctl completion zsh | install -Dm644 /dev/stdin "$pkgdir/usr/share/zsh/site-functions/_sbctl" ./sbctl completion fish | install -Dm644 /dev/stdin "$pkgdir/usr/share/fish/vendor_completions.d/sbctl.fish" - install -Dm644 ./contrib/pacman/99-sbctl.hook "${pkgdir}/usr/share/libalpm/hooks/99-sbctl.hook" + install -Dm644 ./contrib/pacman/ZZ-sbctl.hook "${pkgdir}/usr/share/libalpm/hooks/99-sbctl.hook" } |