termbox: fix trailing slash in vmove creating double include dir
This commit is contained in:
parent
09ab3d0d37
commit
4f9494efec
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'termbox'
|
||||
pkgname=termbox
|
||||
version=1.1.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=waf
|
||||
hostmakedepends="python"
|
||||
short_desc="Library for writing text-based user interfaces"
|
||||
|
@ -19,7 +19,7 @@ termbox-devel_package() {
|
|||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include/
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue