summaryrefslogtreecommitdiff
path: root/cygwin
diff options
context:
space:
mode:
authorPierre Habouzit <madcoder@debian.org>2008-03-16 09:13:42 +0000
committerPierre Habouzit <madcoder@debian.org>2008-03-16 09:13:42 +0000
commit3ca794f87655f2af7656db5a1130791ede370063 (patch)
treefb5f0ec44ede333166af5dc8d0aab9ed666ec43c /cygwin
parent27e17a7a65eea3f150896e07866b2872a26cfb24 (diff)
downloadlighttpd-3ca794f87655f2af7656db5a1130791ede370063.tar.gz
Import .19
Diffstat (limited to 'cygwin')
-rw-r--r--cygwin/lighttpd.README10
1 files changed, 5 insertions, 5 deletions
diff --git a/cygwin/lighttpd.README b/cygwin/lighttpd.README
index 8fc9339..812c5c2 100644
--- a/cygwin/lighttpd.README
+++ b/cygwin/lighttpd.README
@@ -31,17 +31,17 @@ Canonical download:
------------------------------------
Build instructions:
- unpack lighttpd-1.4.18-<REL>-src.tar.bz2
+ unpack lighttpd-1.4.19-<REL>-src.tar.bz2
if you use setup to install this src package, it will be
unpacked under /usr/src automatically
cd /usr/src
- ./lighttpd-1.4.18-<REL>.sh all
+ ./lighttpd-1.4.19-<REL>.sh all
This will create:
- /usr/src/lighttpd-1.4.18-<REL>.tar.bz2
- /usr/src/lighttpd-1.4.18-<REL>-src.tar.bz2
+ /usr/src/lighttpd-1.4.19-<REL>.tar.bz2
+ /usr/src/lighttpd-1.4.19-<REL>-src.tar.bz2
-Or use './lighttpd-1.4.18-<REL>.sh prep' to get a patched source directory
+Or use './lighttpd-1.4.19-<REL>.sh prep' to get a patched source directory
-------------------------------------------