diff --git a/srcpkgs/stk/template b/srcpkgs/stk/template index 72c1b7d806..2cccb8eaae 100644 --- a/srcpkgs/stk/template +++ b/srcpkgs/stk/template @@ -19,6 +19,12 @@ pre_configure() { } post_install() { + # Fix wrong 32 bit library install path + if [ -f "${DESTDIR}"/usr/usr/lib32/libstk.so ]; then + mv -v "${DESTDIR}"/usr/usr/lib32/* "${DESTDIR}"/usr/lib + fi + + # Create a pkg-config file vmkdir usr/lib/pkgconfig sed ${FILESDIR}/stk.pc \ -e "s;@VERSION@;${version};" \