summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-08-26 14:44:41 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-08-26 14:44:41 +0000
commit8c93e399418bd33bddb68676a6d66f7a42c07dba (patch)
treef5cb8aafe57060a1646dcffbf7987876323ad27b /INSTALL
parent1e90dd618cd14488ad477fb9bc4b8794af962b20 (diff)
downloadmpfr-8c93e399418bd33bddb68676a6d66f7a42c07dba.tar.gz
[INSTALL] Replaced "patches" by "allpatches".
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7108 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index c2fcca373..ca1414835 100644
--- a/INSTALL
+++ b/INSTALL
@@ -35,10 +35,10 @@ MPFR).
2. It is strongly advised to apply the latest patches (if this has
not been done yet), e.g.
- wget http://www.mpfr.org/mpfr-3.1.0/patches
- patch -N -Z -p1 < patches
+ wget http://www.mpfr.org/mpfr-3.1.0/allpatches
+ patch -N -Z -p1 < allpatches
or
- curl http://www.mpfr.org/mpfr-3.1.0/patches | patch -N -Z -p1
+ curl http://www.mpfr.org/mpfr-3.1.0/allpatches | patch -N -Z -p1
(Those instructions are for the GNU patch command, for example
/usr/bin/gpatch on Solaris.)