From 8eb6b8be3d561e750de568960b968a71b41174fd Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 19 Feb 2017 11:25:43 +0000 Subject: [PATCH] Other minor fixes git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18354 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/genlib/openobex.xml | 9 ++++++--- postlfs/editors/bluefish.xml | 18 +++++++++++------- pst/typesetting/biber.xml | 2 +- xsoft/other/tigervnc.xml | 2 +- 4 files changed, 19 insertions(+), 12 deletions(-) diff --git a/general/genlib/openobex.xml b/general/genlib/openobex.xml index 5f73294e4a..2e2af11244 100644 --- a/general/genlib/openobex.xml +++ b/general/genlib/openobex.xml @@ -129,8 +129,11 @@ make Now, as the root user: + make install && -mv -fv /usr/share/doc/{openobex,openobex-&openobex-version;} +if [ -d /usr/share/doc/openobex ]; then + mv -fv /usr/share/doc/{openobex,openobex-&openobex-version;} +fi @@ -147,8 +150,8 @@ mv -fv /usr/share/doc/{openobex,openobex-&openobex-version;} - mv -fv ...: Moves the documention to a versioned - directory. + mv -fv ...: Moves the documentation to a versioned + directory, if it has been created. diff --git a/postlfs/editors/bluefish.xml b/postlfs/editors/bluefish.xml index d2b12c6f93..a9ccab550a 100644 --- a/postlfs/editors/bluefish.xml +++ b/postlfs/editors/bluefish.xml @@ -78,9 +78,15 @@ Required - or . - If both are installed, configure defaults to using - GTK+ 3. + or + (If both are installed, configure defaults to using + GTK+ 3) + + + Recommended + + (for updating the desktop + database) Optional @@ -125,10 +131,8 @@ make hierarchy. You can improve system performance and memory usage by updating /usr/share/icons/hicolor/icon-theme.cache and /usr/share/applications/mimeinfo.cache. To - perform the update you must have or - installed (for the icon cache) and - (for the desktop cache) and issue - the following commands as the + perform the update you must have + (for the desktop cache) and issue the following commands as the root user: diff --git a/pst/typesetting/biber.xml b/pst/typesetting/biber.xml index ca45d9eba5..9604bfb169 100644 --- a/pst/typesetting/biber.xml +++ b/pst/typesetting/biber.xml @@ -6,7 +6,7 @@ - + diff --git a/xsoft/other/tigervnc.xml b/xsoft/other/tigervnc.xml index 5432c442c2..b77546d22b 100644 --- a/xsoft/other/tigervnc.xml +++ b/xsoft/other/tigervnc.xml @@ -182,7 +182,7 @@ ln -sfv tigervnc_24.png /usr/share/pixmaps/tigervnc.png Command Explanations patch ...: This patch updates a build file - so that the Xvnc libraries cna be found during the build process. + so that the Xvnc libraries can be found during the build process. tar -xf .. xorg-server...: This command extracts the standard Xorg packages into the tree in a location needed for modification.