Fix the stable designation on the tarball name for stable builds.
authorhal9 <hal9@users.sourceforge.net>
Sat, 21 Feb 2009 13:27:58 +0000 (13:27 +0000)
committerhal9 <hal9@users.sourceforge.net>
Sat, 21 Feb 2009 13:27:58 +0000 (13:27 +0000)
INSTALL
doc/source/buildsource.sgml

diff --git a/INSTALL b/INSTALL
index 20d4490..df99c93 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -40,7 +40,8 @@ compiler like gcc are required.
 
 When building from a source tarball, first unpack the source:
 
- tar xzvf privoxy-3.0.11-src* [.tgz or .tar.gz]
+ tar xzvf
+ privoxy-3.0.11-stable-src* [.tgz or .tar.gz]
  cd privoxy-3.0.11
 
 
index 4c7c08d..f75440f 100644 (file)
@@ -3,7 +3,7 @@
 
  Purpose     :  Entity included in other project documents.
                 
- $Id: buildsource.sgml,v 2.15 2008/01/17 01:49:51 hal9 Exp $
+ $Id: buildsource.sgml,v 2.16 2009/01/13 16:50:35 fabiankeil Exp $
 
  Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/
  See LICENSE.
@@ -42,7 +42,8 @@
 
 <para>
  <screen>
- tar xzvf privoxy-&p-version;<![%p-not-stable;[-beta]]>-src* [.tgz or .tar.gz]
+ tar xzvf
+ privoxy-&p-version;<![%p-not-stable;[-beta]]><![%p-stable;[-stable]]>-src* [.tgz or .tar.gz]
  cd privoxy-&p-version;<![%p-not-stable;[-beta]]>
 </screen>
 </para>