linux-tools: shuffle new files.

This commit is contained in:
Christian Neukirchen 2016-12-25 18:02:58 +01:00
parent 27ebcaf8e2
commit 15039a9b8f
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'linux-tools'
pkgname=linux-tools
version=4.9
revision=1
revision=2
build_style=meta
wrksrc="linux-${version}"
short_desc="Linux kernel tools meta-pkg"
@ -94,6 +94,7 @@ do_install() {
if [ -d ${DESTDIR}/usr/lib64 ]; then
mv ${DESTDIR}/usr/lib64/* ${DESTDIR}/usr/lib/
fi
rm -f ${DESTDIR}/usr/include/cpuidle.h
}
cpupower_package() {
@ -144,6 +145,7 @@ perf_package() {
vmove usr/lib/perf/traceevent
vmove usr/libexec/perf-core
vmove usr/share/bash-completion
vmove /usr/share/doc/perf-tip
vmove "usr/share/man/man1/perf*"
}
}