diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-01-21 17:19:17 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-01-21 17:19:17 +0000 |
commit | 54739fefdf92cee25223ebd5d611610a984f6699 (patch) | |
tree | 1e38c2b6c5fe62269b7ab238c760b9e7351e3684 | |
parent | 6ff35e95e8939f90b989f267d004f85f74be56b5 (diff) |
Make realine instructions consistent.
Simplify sysvinit commands
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11502 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/readline.xml | 2 | ||||
-rw-r--r-- | chapter06/sysvinit.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/readline.xml b/chapter06/readline.xml index 93abec7ea..cb6c87719 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -76,7 +76,7 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen> <para>Install the package:</para> -<screen><userinput remap="install">make SHLIB_LIBS="-L/tools/lib -lncurses" install</userinput></screen> +<screen><userinput remap="install">make SHLIB_LIBS="-L/tools/lib -lncursesw" install</userinput></screen> <para>Now move the dynamic libraries to a more appropriate location and fix up some permissions and symbolic links:</para> diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml index 7ef8bc4e6..0c171acf5 100644 --- a/chapter06/sysvinit.xml +++ b/chapter06/sysvinit.xml @@ -74,13 +74,13 @@ <para>Compile the package:</para> -<screen><userinput remap="make">make -C src</userinput></screen> +<screen><userinput remap="make">make</userinput></screen> <para>This package does not come with a test suite.</para> <para>Install the package:</para> -<screen><userinput remap="install">make -C src install</userinput></screen> +<screen><userinput remap="install">make install</userinput></screen> </sect2> |