From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 15 Feb 2009 08:19:46 +0000 (+0000)
Subject: Rebuild and fix tarball name and directory name
X-Git-Tag: v_3_0_11~42
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/static/@default-cgi@toggle?a=commitdiff_plain;h=bff36e2b0567c8175edc7448d4021203cc6a05e8;p=privoxy.git

Rebuild and fix tarball name and directory name
manually. Should be fixed for real later on.
---

diff --git a/INSTALL b/INSTALL
index 22166940..0c827645 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,7 +4,7 @@
  *
  * Purpose     :  INSTALL file to help with installing from source.
  *
- * Copyright   :  Written by and Copyright (C) 2001-2008 the SourceForge
+ * Copyright   :  Written by and Copyright (C) 2001-2009 the
  *                Privoxy team. http://www.privoxy.org/
  *
  *                Based on the Internet Junkbuster originally written
@@ -25,7 +25,7 @@
  *
  *                The GNU General Public License should be included with
  *                this file.  If not, you can view it at
- *                http://www.gnu.org/copyleft/gpl.html
+ *                http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
  *                or write to the Free Software Foundation, Inc., 
  *                51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
  *                USA
@@ -40,8 +40,8 @@ compiler like gcc are required.
 
 When building from a source tarball, first unpack the source:
 
- tar xzvf privoxy-3.0.11-beta-src* [.tgz or .tar.gz]
- cd privoxy-3.0.11-beta
+ tar xzvf privoxy-3.0.11-stable-src.tar.gz
+ cd privoxy-3.0.11-stable
 
 
 For retrieving the current CVS sources, you'll need a CVS client installed.