From: hal9 <hal9@users.sourceforge.net>
Date: Sat, 21 Feb 2009 13:27:58 +0000 (+0000)
Subject: Fix the stable designation on the tarball name for stable builds.
X-Git-Tag: v_3_0_11~3
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/faq/static/gitweb.js?a=commitdiff_plain;h=6228cf922d75cf9ed8ecd23e6cd25704899d3360;p=privoxy.git

Fix the stable designation on the tarball name for stable builds.
---

diff --git a/INSTALL b/INSTALL
index 20d4490e..df99c930 100644
--- 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
 
 
diff --git a/doc/source/buildsource.sgml b/doc/source/buildsource.sgml
index 4c7c08d3..f75440ff 100644
--- a/doc/source/buildsource.sgml
+++ b/doc/source/buildsource.sgml
@@ -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>