bcunit: fix typo
This commit is contained in:
parent
9a070304c6
commit
92bc42b35c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bcunit'
|
||||
pkgname=bcunit
|
||||
version=3.0
|
||||
revision=1
|
||||
revision=2
|
||||
_gitrev=29c556fa8ac1ab21fba1291231ffa8dea43cf32a
|
||||
wrksrc="${pkgname}-${_gitrev}"
|
||||
build_style=gnu-configure
|
||||
|
@ -23,7 +23,7 @@ post_install() {
|
|||
|
||||
bcunit-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}-${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
|
|
Loading…
Reference in a new issue