collectd: fix trailing slash in vmove creating double include dir
This commit is contained in:
parent
13716ae47e
commit
9ead2ffeda
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'collectd'
|
# Template file for 'collectd'
|
||||||
pkgname=collectd
|
pkgname=collectd
|
||||||
version=5.9.0
|
version=5.9.0
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
|
configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
|
||||||
$(vopt_enable notify notify_desktop) --with-libiptc --enable-virt
|
$(vopt_enable notify notify_desktop) --with-libiptc --enable-virt
|
||||||
|
@ -58,7 +58,7 @@ libcollectdclient-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="libcollectdclient>=${version}_${revision}"
|
depends="libcollectdclient>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include/
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue