stk: fix i686* build
This commit is contained in:
parent
d50e726157
commit
d0ef5ede8e
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
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
|
vmkdir usr/lib/pkgconfig
|
||||||
sed ${FILESDIR}/stk.pc \
|
sed ${FILESDIR}/stk.pc \
|
||||||
-e "s;@VERSION@;${version};" \
|
-e "s;@VERSION@;${version};" \
|
||||||
|
|
Loading…
Reference in a new issue