From a785e63585eaa2e2e9426a99d5a43bffafe1f81a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 31 Mar 2004 10:50:31 +0000 Subject: 2004-03-31 Ralf Corsepius * started/buildc.t: Use tar xjf for bzip'ed files. * started/buildrt.t: Use tar xjf to unzip rtems. --- doc/started/buildc.t | 2 +- doc/started/buildrt.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/started') diff --git a/doc/started/buildc.t b/doc/started/buildc.t index 035fbe35cb..b4f9f808f2 100644 --- a/doc/started/buildc.t +++ b/doc/started/buildc.t @@ -130,7 +130,7 @@ command based upon the compression program used. @example cd tools tar xzf ../archive/TOOLNAME.tar.gz # for gzip'ed tools -tar xIf ../archive/TOOLNAME.tar.bz2 # for bzip'ed tools +tar xjf ../archive/TOOLNAME.tar.bz2 # for bzip'ed tools @end example After the compressed tar files have been unpacked using diff --git a/doc/started/buildrt.t b/doc/started/buildrt.t index ca3269fee0..91ff840161 100644 --- a/doc/started/buildrt.t +++ b/doc/started/buildrt.t @@ -45,7 +45,7 @@ tools directory: @example cd tools -tar xzf ../archive/@value{RTEMSTAR} +tar xjf ../archive/@value{RTEMSTAR} @end example This creates the directory @value{RTEMSUNTAR}. -- cgit v1.2.3