summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-09-25 09:45:31 +0000
committerrillig <rillig@pkgsrc.org>2006-09-25 09:45:31 +0000
commit18f01f78ce390e955410e4d973233d48de89c33f (patch)
tree782cae3ccb6391b16b3b3075b49dedd87cd497fc /doc/guide
parentb255a2482c2854bd9d1e61427f7a2eb91ca79f2e (diff)
downloadpkgsrc-18f01f78ce390e955410e4d973233d48de89c33f.tar.gz
Not all tar(1)s know the -z option.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/getting.xml6
1 files changed, 3 insertions, 3 deletions
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 @@
-<!-- $NetBSD: getting.xml,v 1.12 2006/07/29 14:14:23 rillig Exp $ -->
+<!-- $NetBSD: getting.xml,v 1.13 2006/09/25 09:45:31 rillig Exp $ -->
<chapter id="getting">
<title>Where to get pkgsrc and how to keep it up-to-date</title>
@@ -47,8 +47,8 @@
<para>After downloading the tar file, change to the directory
where you want to have pkgsrc. This is usually
- <filename>/usr</filename>. Then, run <command>tar xfz
- pkgsrc.tar.gz</command> to extract the files.</para>
+ <filename>/usr</filename>. Then, run <command>gzcat
+ pkgsrc.tar.gz | tar xf -</command> to extract the files.</para>
</sect2>
<sect2 id="getting-via-sup">