diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/tar.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/tar.xml b/chapter06/tar.xml index a490f5b1f..cbe8f777a 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -40,6 +40,10 @@ <sect2 role="installation"> <title>Installation of Tar</title> + <para>Again, fix a bug that was insterted into the latest code relese:</para> + +<screen><userinput remap="pre">sed -i /SIGPIPE/d src/tar.c</userinput></screen> + <para>Prepare Tar for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen> |