diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-04-12 21:14:09 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-04-12 21:14:09 +0000 |
commit | 9fee314a7c0eebf57d3ac446e50e49411001ceeb (patch) | |
tree | 49e2a606a3fba76cdc0ef392e8422e86e33eaf9f /chapter06/gzip.xml | |
parent | 98bed7f8bbc60fcb95f171eefcf70b11ad8628fc (diff) |
Update to util-linux-2.28.
Simlify gzip instructions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11046 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gzip.xml')
-rw-r--r-- | chapter06/gzip.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index 0f2cdc8aa..e7dd7d2b0 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -43,7 +43,7 @@ <para>Prepare Gzip for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> <para>Compile the package:</para> @@ -57,10 +57,9 @@ <screen><userinput remap="install">make install</userinput></screen> - <para>Move some programs that do not need to be on the root filesystem:</para> + <para>Move a program that needs to be on the root filesystem:</para> -<screen><userinput remap="install">mv -v /bin/{gzexe,uncompress,zcmp,zdiff,zegrep} /usr/bin -mv -v /bin/{zfgrep,zforce,zgrep,zless,zmore,znew} /usr/bin</userinput></screen> +<screen><userinput remap="install">mv -v /usr/bin/gzip /bin</userinput></screen> </sect2> |