libreoffice's build is broken in jhalfs
| Newsgroups | gmane.linux.lfs.beyond.devel |
|---|---|
| Message-ID | <[email protected]> |
The current libreoffice is generating wrong md5sum line in makefile when compiled with jhalfs. The following patch can be a work-around, but the rendered page is not good. just surround every para node with listitem in the Additional Downloads section. diff --git a/xsoft/office/libreoffice.xml b/xsoft/office/libreoffice.xml index fe55fe2e9f..4de746e1bb 100644 --- a/xsoft/office/libreoffice.xml +++ b/xsoft/office/libreoffice.xml @@ -129,9 +129,13 @@ <para> Dictionaries: <ulink url="&libreoffice-dict-download-http;"/> </para> + </listitem> + <listitem> <para> Dictionaries MD5 sum: &libreoffice-dict-md5sum; </para> + </listitem> + <listitem> <para> Dictionaries size: &libreoffice-dict-size; </para> @@ -153,9 +157,13 @@ <para> Translations: <ulink url="&libreoffice-translations-download-http;"/> </para> + </listitem> + <listitem> <para> Translations MD5 sum: &libreoffice-translations-md5sum; </para> + </listitem> + <listitem> <para> Translations size: &libreoffice-translations-size; </para> -- http://lists.linuxfromscratch.org/sympa/info/blfs-dev Unsubscribe: See the above information page