summaryrefslogtreecommitdiff
path: root/INSTALL.in
diff options
context:
space:
mode:
authorØyvind Kolås <pippin@gimp.org>2010-03-17 13:08:10 +0000
committerØyvind Kolås <pippin@gimp.org>2010-03-17 13:09:16 +0000
commitfdc99945da833f5d128835ad317c2764a859fa31 (patch)
treef2931b6b43a9ba364fcda71f7fc650ec3db11246 /INSTALL.in
parent5b1129a76f2f91d5f5503b078f975e55d9753312 (diff)
Increment path to babl tarballs in install file
Diffstat (limited to 'INSTALL.in')
-rw-r--r--INSTALL.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.in b/INSTALL.in
index 1621ca9..5fa1570 100644
--- a/INSTALL.in
+++ b/INSTALL.in
@@ -12,7 +12,7 @@ From a released version the following is the expected method of
installation (or a variation on this theme):
------------------------------------------------------------
- foo$ wget ftp://ftp.gtk.org/pub/babl/0.0/babl-@BABL_VERSION@.tar.bz2
+ foo$ wget ftp://ftp.gtk.org/pub/babl/0.1/babl-@BABL_VERSION@.tar.bz2
foo$ tar jxf babl-@BABL_VERSION@.tar.gz
foo$ cd babl-@BABL_VERSION@
foo/babl-@BABL_VERSION@$ ./configure && make && sudo make install