From 18f01f78ce390e955410e4d973233d48de89c33f Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 25 Sep 2006 09:45:31 +0000 Subject: Not all tar(1)s know the -z option. --- doc/guide/files/getting.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/guide') diff --git a/doc/guide/files/getting.xml b/doc/guide/files/getting.xml index 4b739518476..94d2bb2851c 100644 --- a/doc/guide/files/getting.xml +++ b/doc/guide/files/getting.xml @@ -1,4 +1,4 @@ - + Where to get pkgsrc and how to keep it up-to-date @@ -47,8 +47,8 @@ After downloading the tar file, change to the directory where you want to have pkgsrc. This is usually - /usr. Then, run tar xfz - pkgsrc.tar.gz to extract the files. + /usr. Then, run gzcat + pkgsrc.tar.gz | tar xf - to extract the files. -- cgit v1.2.3