Rebuild and fix tarball name and directory name
authorFabian Keil <fk@fabiankeil.de>
Sun, 15 Feb 2009 08:19:46 +0000 (08:19 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 15 Feb 2009 08:19:46 +0000 (08:19 +0000)
manually. Should be fixed for real later on.

INSTALL

diff --git a/INSTALL b/INSTALL
index 2216694..0c82764 100644 (file)
--- 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.