community/linux-tools to 4.1-4

This commit is contained in:
Kevin Mihelich 2015-07-27 00:48:26 +00:00
parent 9ed3b6234d
commit 166cd06ef5

View file

@ -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
}