diff options
author | Eivind Uggedal <eivind@uggedal.com> | 2015-09-29 10:27:45 +0000 |
---|---|---|
committer | Eivind Uggedal <eivind@uggedal.com> | 2015-09-29 10:27:45 +0000 |
commit | 506f8af0d3b3b9e2096b2f06748ab1e93c0ea630 (patch) | |
tree | 283e554408af463ccf6c82e01fee9d1a7614fb23 /testing/cmus/APKBUILD | |
parent | 16f2d2b8ecec9f65e57f2b23b4d0e25ffcbeeb86 (diff) | |
download | aports-506f8af0d3b3b9e2096b2f06748ab1e93c0ea630.tar.bz2 aports-506f8af0d3b3b9e2096b2f06748ab1e93c0ea630.tar.xz |
testing/cmus: bash-completion install_if fix
Diffstat (limited to 'testing/cmus/APKBUILD')
-rw-r--r-- | testing/cmus/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/cmus/APKBUILD b/testing/cmus/APKBUILD index fccfcedbb7..689ccf9692 100644 --- a/testing/cmus/APKBUILD +++ b/testing/cmus/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> pkgname=cmus pkgver=2.7.1 -pkgrel=0 +pkgrel=1 pkgdesc="A very feature-rich ncurses-based music player" url="http://cmus.sourceforge.net/" arch="all" @@ -38,7 +38,7 @@ package() { bashcomp() { depends="" pkgdesc="Bash completions for $pkgname" - install_if="$pkgname=$pkgver-r$pkgrel bash" + install_if="$pkgname=$pkgver-r$pkgrel bash-completion" arch="noarch" install -Dm644 "$_builddir"/contrib/$pkgname.bash-completion \ |