mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/linux-tools to 4.1-4
This commit is contained in:
parent
9ed3b6234d
commit
166cd06ef5
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ pkgname=(
|
|||
'usbip'
|
||||
)
|
||||
pkgver=4.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
license=('GPL2')
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.kernel.org'
|
||||
|
@ -148,7 +148,7 @@ package_perf() {
|
|||
install install-man
|
||||
# move completion in new directory
|
||||
cd "$pkgdir"
|
||||
install -Dm644 usr/etc/bash_completion.d/perf usr/share/bash-completion/perf
|
||||
install -Dm644 usr/etc/bash_completion.d/perf usr/share/bash-completion/completions/perf
|
||||
rm -r usr/etc
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue