diff options
author | Eivind Uggedal <eivind@uggedal.com> | 2015-09-28 19:48:59 +0000 |
---|---|---|
committer | Eivind Uggedal <eivind@uggedal.com> | 2015-09-29 10:15:24 +0000 |
commit | 6252c5c24a55bedf25d1b55bde974ca1a179fa28 (patch) | |
tree | f99d720b85376124c57d60b9a26148c6e0f0c46a | |
parent | 1fe89dacc7db40811a8df7de03dfeb8376ba7307 (diff) | |
download | aports-6252c5c24a55bedf25d1b55bde974ca1a179fa28.tar.bz2 aports-6252c5c24a55bedf25d1b55bde974ca1a179fa28.tar.xz |
main/hub: bash-completion install_if fix
-rw-r--r-- | main/hub/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/hub/APKBUILD b/main/hub/APKBUILD index 2e9e1a1bb6..5e73409f44 100644 --- a/main/hub/APKBUILD +++ b/main/hub/APKBUILD @@ -3,7 +3,7 @@ # Maintainer pkgname=hub pkgver=2.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="Extends git with extra features for GitHub" url="http://hub.github.com/" arch="all" @@ -35,7 +35,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"/etc/hub.bash_completion.sh \ |