twolame: fix trailing slash in vmove creating double include dir

This commit is contained in:
q66 2020-02-04 00:58:12 +01:00
parent efebcdb41a
commit 0e5298b584

View file

@ -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
}
}