aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-04-27 16:17:53 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2020-04-27 16:27:24 +0200
commit9f64a55ce600f6af07a91b11dc08b66a48195a74 (patch)
tree27f5b34beec3fe5b315d280953c6d6320110fc89
parenteb01261b7fd667d760af62a1e5217f1471ac0cf6 (diff)
downloadalpine_aports-9f64a55ce600f6af07a91b11dc08b66a48195a74.tar.bz2
alpine_aports-9f64a55ce600f6af07a91b11dc08b66a48195a74.tar.xz
alpine_aports-9f64a55ce600f6af07a91b11dc08b66a48195a74.zip
community/lastpass-cli: Change install_if for bash-completion subpackage
The majority of aports check for bash-completions in the install_if rule, not for bash itself.
-rw-r--r--community/lastpass-cli/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lastpass-cli/APKBUILD b/community/lastpass-cli/APKBUILD
index e4ee0fdd3e..58f46dc799 100644
--- a/community/lastpass-cli/APKBUILD
+++ b/community/lastpass-cli/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: Francesco Colista <fcolista@alpinelinux.org> 2# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
3pkgname=lastpass-cli 3pkgname=lastpass-cli
4pkgver=1.3.3 4pkgver=1.3.3
5pkgrel=0 5pkgrel=1
6pkgdesc="LastPass command line interface tool" 6pkgdesc="LastPass command line interface tool"
7url="https://lastpass.com" 7url="https://lastpass.com"
8arch="all" 8arch="all"
@@ -43,7 +43,7 @@ zshcomp() {
43bashcomp() { 43bashcomp() {
44 depends="" 44 depends=""
45 pkgdesc="Bash completions for $pkgname" 45 pkgdesc="Bash completions for $pkgname"
46 install_if="$pkgname=$pkgver-r$pkgrel bash" 46 install_if="$pkgname=$pkgver-r$pkgrel bash-completion"
47 47
48 install -D -m644 "$builddir"/contrib/lpass_bash_completion \ 48 install -D -m644 "$builddir"/contrib/lpass_bash_completion \
49 "$subpkgdir"/usr/share/bash-completion/completions/$pkgname.bash 49 "$subpkgdir"/usr/share/bash-completion/completions/$pkgname.bash