Author: pierre Date: Mon Jan 28 10:26:36 2019 New Revision: 21052 Log: Typos
Modified: trunk/BOOK/kde/kf5/kf5-frameworks.xml trunk/BOOK/kde/kf5/kf5-intro.xml Modified: trunk/BOOK/kde/kf5/kf5-frameworks.xml ============================================================================== --- trunk/BOOK/kde/kf5/kf5-frameworks.xml Mon Jan 28 06:24:43 2019 (r21051) +++ trunk/BOOK/kde/kf5/kf5-frameworks.xml Mon Jan 28 10:26:36 2019 (r21052) @@ -302,9 +302,7 @@ commands: </para> -<screen><userinput>export CXXFLAGS='-isystem /usr/include/openssl-1.0' - -while read -r line; do +<screen><userinput>while read -r line; do # Get the file name, ignoring comments and blank lines if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi Modified: trunk/BOOK/kde/kf5/kf5-intro.xml ============================================================================== --- trunk/BOOK/kde/kf5/kf5-intro.xml Mon Jan 28 06:24:43 2019 (r21051) +++ trunk/BOOK/kde/kf5/kf5-intro.xml Mon Jan 28 10:26:36 2019 (r21052) @@ -75,12 +75,12 @@ should be available to the super user. Execute the following commands as the <systemitem class="username">root</systemitem> user:</para> -<screen role="root"><userinput>cat >> /etc/sudoers.d/qt << "EOF +<screen role="root"><userinput>cat >> /etc/sudoers.d/qt << "EOF" <literal>Defaults env_keep += QT_PLUGIN_PATH Defaults env_keep += QML2_IMPORT_PATH</literal> EOF -cat >> /etc/sudoers.d/kde << "EOF +cat >> /etc/sudoers.d/kde << "EOF" <literal>Defaults env_keep += KF5_PREFIX</literal> EOF</userinput></screen> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page