twolame: fix trailing slash in vmove creating double include dir
This commit is contained in:
parent
efebcdb41a
commit
0e5298b584
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'twolame'
|
||||
pkgname=twolame
|
||||
version=0.4.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="libsndfile-devel"
|
||||
short_desc="Optimised MPEG Audio Layer 2 (MP2) encoder"
|
||||
|
@ -19,6 +19,6 @@ twolame-devel_package() {
|
|||
vmove /usr/lib/*.a
|
||||
vmove /usr/lib/*.so
|
||||
vmove /usr/lib/pkgconfig
|
||||
vmove /usr/share/doc/
|
||||
vmove /usr/share/doc
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue