libreoffice: Fix language pack warning

| WARNING: libreoffice-5.0.6.3-r0 do_package: libreoffice language file pattern not found:  /usr/lib/libreoffice/share/template/%{1}

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-10-30 08:11:42 +01:00
parent 152b3fedde
commit 7d6dd97b4c

View File

@@ -231,7 +231,6 @@ LO_LANGUAGE_FILES = " \
${libdir}/libreoffice/program/resource/*%{1}.res \ ${libdir}/libreoffice/program/resource/*%{1}.res \
${libdir}/libreoffice/share/config/soffice.cfg/modules/*/ui/res/%{1}.zip \ ${libdir}/libreoffice/share/config/soffice.cfg/modules/*/ui/res/%{1}.zip \
${libdir}/libreoffice/share/config/soffice.cfg/*/ui/res/%{1}.zip \ ${libdir}/libreoffice/share/config/soffice.cfg/*/ui/res/%{1}.zip \
${libdir}/libreoffice/share/template/%{1} \
${libdir}/libreoffice/share/registry/Langpack-%{1}.xcd \ ${libdir}/libreoffice/share/registry/Langpack-%{1}.xcd \
${libdir}/libreoffice/share/registry/res/registry_%{1}.xcd \ ${libdir}/libreoffice/share/registry/res/registry_%{1}.xcd \
${libdir}/libreoffice/share/registry/res/fcfg_langpack_%{1}.xcd \ ${libdir}/libreoffice/share/registry/res/fcfg_langpack_%{1}.xcd \