diff options
author | Eivind Uggedal <eivind@uggedal.com> | 2015-09-29 10:25:37 +0000 |
---|---|---|
committer | Eivind Uggedal <eivind@uggedal.com> | 2015-09-29 10:25:37 +0000 |
commit | 16f2d2b8ecec9f65e57f2b23b4d0e25ffcbeeb86 (patch) | |
tree | 031e29a28d254f08a0c726b8cdbd4ccbb90111f7 /testing/tpm | |
parent | b27d9ab0be2a6292973452634e36698b1d746410 (diff) | |
download | aports-16f2d2b8ecec9f65e57f2b23b4d0e25ffcbeeb86.tar.bz2 aports-16f2d2b8ecec9f65e57f2b23b4d0e25ffcbeeb86.tar.xz |
testing/tpm: bash-completion install_if fix
Diffstat (limited to 'testing/tpm')
-rw-r--r-- | testing/tpm/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/tpm/APKBUILD b/testing/tpm/APKBUILD index e2fb63ffee..06665e5b06 100644 --- a/testing/tpm/APKBUILD +++ b/testing/tpm/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=tpm pkgver=1.3 -pkgrel=0 +pkgrel=1 pkgdesc="A tiny password manager" url="http://github.com/nmeum/$pkgname" arch="noarch" @@ -29,7 +29,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/bash_completion \ |