diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-11-02 11:51:56 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-11-02 11:51:56 +0200 |
commit | a2e061d5095bdd9ec5421e02fdfe2315e1b05136 (patch) | |
tree | 882fc377c12fe7e5d23ab7de7c519305ad771f4a /community/icingaweb2/APKBUILD | |
parent | 84640d4e8fd8a12e4b2caf67d9ab0c37931eaf76 (diff) | |
download | aports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.bz2 aports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.xz |
community/[various]: dont set arch in split function
Diffstat (limited to 'community/icingaweb2/APKBUILD')
-rw-r--r-- | community/icingaweb2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/icingaweb2/APKBUILD b/community/icingaweb2/APKBUILD index d206c4efd0..e84828f076 100644 --- a/community/icingaweb2/APKBUILD +++ b/community/icingaweb2/APKBUILD @@ -16,7 +16,7 @@ depends_dev="" makedepends="$depends_dev" pkggroups="icingaweb2" install="$pkgname.pre-install $pkgname.post-install" -subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp" +subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp:noarch" source="$pkgname-$pkgver.tar.gz::https://github.com/Icinga/${pkgname}/archive/v${pkgver}.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver @@ -69,7 +69,7 @@ EOF bashcomp() { depends="bash" pkgdesc="Bash completions for $pkgname" - arch="noarch" + cd "$_builddir" mkdir -p "$subpkgdir"/usr/share/bash-completion/completions mv etc/bash_completion.d/icingacli "$subpkgdir"/usr/share/bash-completion/completions/icingacli |