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