Kaydet (Commit) c9df84ff authored tarafından Petr Mladek's avatar Petr Mladek

fix desktop integration build with BrOffice brand enabled

do not hardcode libreoffice wrapper name; the compat libreoffice
symlink is created if BrOffice brand is being built
üst 5f2f0d3a
......@@ -96,7 +96,7 @@ office_prefix=/opt
office_root=${office_prefix}/${PREFIX}
#this symlink is needed to have the API boostrap functions running right
ln -sf ${office_root}/program/soffice ${DESTDIR}/usr/bin/libreoffice
ln -sf ${office_root}/program/soffice ${DESTDIR}/usr/bin/${PREFIX}
cp printeradmin.sh ${DESTDIR}/usr/bin/${PREFIX}-printeradmin
chmod 0755 ${DESTDIR}/usr/bin/${PREFIX} ${DESTDIR}/usr/bin/${PREFIX}-printeradmin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment