Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Starks-Browning <starksb@ebi.ac.uk>2001-07-06 03:58:34 +0400
committerDavid Starks-Browning <starksb@ebi.ac.uk>2001-07-06 03:58:34 +0400
commit9fbb1738c4ce702857348571e9c0efb837c2acf2 (patch)
treeb888301a9ba9ad63f0612f5ff8b44bee0c0850dd
parent3f5ab6915c0bfc8c0438ed05500b130c2914967d (diff)
better instructions for installing cygwin snapshots
-rw-r--r--winsup/doc/install.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/doc/install.texinfo b/winsup/doc/install.texinfo
index 816541291..a79545b65 100644
--- a/winsup/doc/install.texinfo
+++ b/winsup/doc/install.texinfo
@@ -213,7 +213,7 @@ everything else. The following steps should work:
@item Download the snapshot, and run:
@example
cd /
- tar jxvf /posix/path/to/cygwin-inst-YYYYMMDD.tar.bz2
+ tar jxvf /posix/path/to/cygwin-inst-YYYYMMDD.tar.bz2 --exclude=usr/bin/cygwin1.dll
cd /tmp
tar jxvf /posix/path/to/cygwin-inst-YYYYMMDD.tar.bz2 usr/bin/cygwin1.dll
@end example