serd: fix indent lints

This commit is contained in:
Michael Gehring 2017-07-16 15:54:05 +00:00
parent f36c67951b
commit 7e5678d12a
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ serd-devel_package() {
depends="libserd>=${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"
}
}