parent
9a0175c5a9
commit
e7268f793b
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# template file for 'lttng-ust'
|
||||
pkgname=lttng-ust
|
||||
version=2.10.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
short_desc="Low-overhead tracing capabilities for userspace"
|
||||
maintainer="Simon Thoby <simonthoby@live.fr>"
|
||||
|
@ -17,6 +17,7 @@ lttng-ust-devel_package() {
|
|||
pkg_install() {
|
||||
vmove /usr/include
|
||||
vmove /usr/lib/pkgconfig
|
||||
vmove /usr/lib/*.so
|
||||
vmove "/usr/lib/*.so"
|
||||
vmove /usr/share/man/man3
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue