diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index cf59f2baea..3d82c91c92 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -45,6 +45,10 @@ November 21st, 2018 + + [ken] - Fix the broken install of mupdf. Fixes + #11255. + [renodr] - Add "wheel" group to About System Users and Groups to maintain consistency between LFS and BLFS. diff --git a/pst/ps/mupdf.xml b/pst/ps/mupdf.xml index a22dec9ba3..5e6ce28c34 100644 --- a/pst/ps/mupdf.xml +++ b/pst/ps/mupdf.xml @@ -92,7 +92,8 @@ can be found there, no need to change directory --> , , - , + , , and @@ -135,12 +136,14 @@ USE_SYSTEM_LIBS=yes make Now, as the root user: -make prefix=/usr \ +USE_SYSTEM_LIBS=yes \ +make prefix=/usr \ build=release \ docdir=/usr/share/doc/mupdf-&mupdf-version; \ install && -ln -sfv mupdf-x11 /usr/bin/mupdf +ln -sfv mupdf-x11 /usr/bin/mupdf && +ldconfig