diff --git a/recipes-libreoffice/libreoffice/libreoffice-native.bb b/recipes-libreoffice/libreoffice/libreoffice-native.bb index 6c9b739..37d3e06 100644 --- a/recipes-libreoffice/libreoffice/libreoffice-native.bb +++ b/recipes-libreoffice/libreoffice/libreoffice-native.bb @@ -91,6 +91,7 @@ do_install() { # fix library path - otherwise cross lib is pulled for native saxparse sed -i 's:LO_LIB_DIR:URE_INTERNAL_LIB_DIR:g' ${D}/${libdir}/saxparser.rdb - # gengal + # gengal script and binary to expected location install ${S}/svx/source/gengal/gengal.sh ${D}/${bindir}/gengal + mv ${D}/${libdir}/gengal.bin ${D}/${bindir} }