libreoffice-native: move gengal.bin into bindir - it is expected there

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-12-09 07:33:25 +01:00
parent 6ed009126f
commit 6e6cef88c4

View File

@@ -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}
}