liblo: fix indent lints

This commit is contained in:
Michael Gehring 2017-07-16 15:01:34 +00:00
parent c6d474cf57
commit 1feda6cf78
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ liblo-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}