diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-05-01 18:41:27 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-05-01 18:41:27 +0000 |
commit | 585e6ec3f84deee53d518ba382584381b1b1ca12 (patch) | |
tree | 1a8c0d0d1c72e591363ca008eff638cd566834d9 /chapter06 | |
parent | 6695e39d651dafddc83867f977065f4afaa5096c (diff) |
Update to tzdata-2020a.
Update to meson-0.54.1.
Update to iana-etc-20200429.
Update to linux-5.6.8.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/iana-etc.xml | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/chapter06/iana-etc.xml b/chapter06/iana-etc.xml index 6adbb3759..42ab25c34 100644 --- a/chapter06/iana-etc.xml +++ b/chapter06/iana-etc.xml @@ -41,17 +41,9 @@ <sect2 role="installation"> <title>Installation of Iana-Etc</title> - <para>The following command converts the raw data provided by IANA into the - correct formats for the <filename>/etc/protocols</filename> and - <filename>/etc/services</filename> data files:</para> + <para>For this package, we only need to copy the files into place:</para> -<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 install</userinput></screen> +<screen><userinput remap="install">cp services protocols /etc</userinput></screen> </sect2> |