mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/bspwm: bash-completion install_if fix
This commit is contained in:
parent
506f8af0d3
commit
ac495e376a
@ -2,7 +2,7 @@
|
||||
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
||||
pkgname=bspwm
|
||||
pkgver=0.9
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Tiling window manager based on binary space partitioning"
|
||||
url="https://github.com/baskerville/bspwm"
|
||||
arch="all"
|
||||
@ -42,7 +42,7 @@ zshcomp() {
|
||||
bashcomp() {
|
||||
depends=""
|
||||
pkgdesc="Bash completions for $pkgname"
|
||||
install_if="$pkgname=$pkgver-r$pkgrel bash"
|
||||
install_if="$pkgname=$pkgver-r$pkgrel bash-completion"
|
||||
arch="noarch"
|
||||
|
||||
mkdir -p "$subpkgdir"/usr/share/bash-completion/completions/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user