fluidsynth: fix template indentation.

This commit is contained in:
dota? =op 2015-09-13 16:06:03 -03:00
parent 0cef3b5568
commit 454c10f491

View file

@ -24,8 +24,8 @@ fluidsynth-devel_package() {
depends="libfluidsynth>=${version}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}