dotherside: fix trailing slash in vmove creating double include dir
This commit is contained in:
parent
9ead2ffeda
commit
9c3e3d948f
@ -1,7 +1,7 @@
|
||||
# Template file for 'dotherside'
|
||||
pkgname=dotherside
|
||||
version=0.6.5
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="DOtherSide-${version}"
|
||||
build_style=cmake
|
||||
hostmakedepends="qt5-host-tools qt5-qmake doxygen"
|
||||
@ -17,7 +17,7 @@ dotherside-devel_package() {
|
||||
depends="dotherside>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include/
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user