diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2017-05-13 16:47:11 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2017-05-13 16:47:11 +0000 |
commit | 7d7381f8a62538eca8b1992ba604ab61457d945a (patch) | |
tree | 7ed748d8ce116a32d9029199c28226327af74dd2 | |
parent | d1a862d74d0ce5562de4a207d243466ce6285551 (diff) |
Complete previous check-in.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11248 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/systemd.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index ae1c17655..c12937191 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -188,14 +188,14 @@ EOF</userinput></screen> <para>Compile the package:</para> -<screen><userinput remap="make">make LD_LIBRARY_PATH=/tools/lib</userinput></screen> +<screen><userinput remap="make">make</userinput></screen> <para>This package has a test suite, but it can only be run after the package has been installed.</para> <para>Install the package:</para> -<screen><userinput remap="install">make LD_LIBRARY_PATH=/tools/lib install</userinput></screen> +<screen><userinput remap="install">make install</userinput></screen> <!-- These get installed into /lib now by default. <para>Move the NSS libraries to <filename class="directory">/lib</filename>:</para> @@ -232,7 +232,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen> package later in this chapter. To test the results, issue:</para> <screen><userinput remap="test">sed -i "s:minix:ext4:g" src/test/test-path-util.c -make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen> +make -k check</userinput></screen> </sect2> |