From: hal9 <hal9@users.sourceforge.net>
Date: Thu, 30 Nov 2006 01:08:55 +0000 (+0000)
Subject: Fix problem with variable declarations in the Slackware section. Thanks to higuita.
X-Git-Tag: v_3_0_7~477
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/man-page/faq/@default-cgi@toggle?a=commitdiff_plain;h=fa181dc39ceccd4d29e0bed7cafd4d0702347a02;p=privoxy.git

Fix problem with variable declarations in the Slackware section. Thanks to higuita.
---

diff --git a/GNUmakefile.in b/GNUmakefile.in
index fcc5cf6c..7e498dfb 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.149 2006/10/11 01:40:28 hal9 Exp $
+# $Id: GNUmakefile.in,v 1.150 2006/10/25 11:55:45 fabiankeil Exp $
 #
 # Written by and Copyright (C) 2001 - 2004 the SourceForge
 # Privoxy team. http://www.privoxy.org/
@@ -1220,7 +1220,7 @@ install: CONF_DEST LOG_DEST PID_DEST check_doc GROUP_T
                $(SED) 's+%PROGRAM%+$(PROGRAM)+' slackware/rc.privoxy.orig | \
                $(SED) 's+%SBIN_DEST%+$(SBIN_DEST)+' | \
                $(SED) 's+%CONF_DEST%+$(CONF_DEST)+' | \
-               $(SED) 's+%USER%+$$USER+' | \
+               $(SED) 's+%USER%+$(USER)+' | \
                $(SED) 's+%GROUP%+$(GROUP_T)+' >slackware/rc.privoxy ;\
 			$(INSTALL) $(INSTALL_P) slackware/rc.privoxy /etc/rc.d/ ;\
                $(ECHO) "Installing for Slackware." ;\
@@ -1355,6 +1355,10 @@ coffee:
 ## end:
 
 # $Log: GNUmakefile.in,v $
+# Revision 1.150  2006/10/25 11:55:45  fabiankeil
+# Fix sed regexes for rewriting "confdir ." and "logdir .".
+# Thanks to Darel Henman for reporting this.
+#
 # Revision 1.149  2006/10/11 01:40:28  hal9
 # Apply patch from  Neil McCalden to fix syntax issue.
 #