aboutsummaryrefslogtreecommitdiffstats
path: root/testing/elektra
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-02-08 17:32:21 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-02-08 17:33:02 +0100
commitf782c7be5c328945a317d276586a05db26c76531 (patch)
tree77c33a82aafb30b756134fb7a466783916434a36 /testing/elektra
parent8b6eb86d1fc8ab6b419055ea35fc72e522dca4e3 (diff)
downloadaports-f782c7be5c328945a317d276586a05db26c76531.tar.bz2
aports-f782c7be5c328945a317d276586a05db26c76531.tar.xz
testing/elektra: install -bash-completion when bash-completion is installed
Diffstat (limited to 'testing/elektra')
-rw-r--r--testing/elektra/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/elektra/APKBUILD b/testing/elektra/APKBUILD
index ba978967a8..f97efa4961 100644
--- a/testing/elektra/APKBUILD
+++ b/testing/elektra/APKBUILD
@@ -284,7 +284,7 @@ _gui() {
bashcomp() {
pkgdesc="Bash completions for $pkgname"
depends=""
- install_if="$pkgname=$pkgver-r$pkgrel bash"
+ install_if="$pkgname=$pkgver-r$pkgrel bash-completion"
_submv usr/share/bash-completion
}