diff --git a/srcpkgs/stfl/template b/srcpkgs/stfl/template index f56211861c9..2825bfe1dc5 100644 --- a/srcpkgs/stfl/template +++ b/srcpkgs/stfl/template @@ -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 }