stfl: fix whitespace lints

This commit is contained in:
Michael Gehring 2017-07-16 15:59:44 +00:00
parent 8d4892c838
commit e46c073a3a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ homepage="http://www.clifford.at/stfl/"
distfiles="http://www.clifford.at/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=d4a7aa181a475aaf8a8914a8ccb2a7ff28919d4c8c0f8a061e17a0c36869c090
post_install(){
post_install() {
ln -sf libstfl.so.${version} ${DESTDIR}/usr/lib/libstfl.so.0
}