From: Roland Rosenfeld Date: Fri, 6 Sep 2002 16:32:00 +0000 (+0000) Subject: make one of the sed commands to handle config CVS resistent... X-Git-Tag: v_3_0_1~138 X-Git-Url: http://www.privoxy.org/gitweb/@user-manual@config.html?a=commitdiff_plain;h=914d0c2b932d3470c23959eb95ce7e1937a98a71;p=privoxy.git make one of the sed commands to handle config CVS resistent... --- diff --git a/debian/rules b/debian/rules index 4258eea4..63e41118 100755 --- a/debian/rules +++ b/debian/rules @@ -34,7 +34,7 @@ configure-stamp: autoheader autoconf - env CFLAGS=$(CFLAGS) + env CFLAGS=$(CFLAGS) \ ./configure --prefix=/usr --sysconfdir=/etc \ --mandir=/usr/share/man $(WITHDEBUG) $(WITHOUTPTHREAD) \ --with-docbook=no @@ -75,7 +75,7 @@ install: build -e 's#^confdir \.#confdir /etc/privoxy#' \ -e 's#^logdir \.#logdir /var/log/privoxy#' \ -e 's/\(Sample Configuration File for Privoxy\).*/\1/' \ - -e 's/\(\$Id: config,v\).*\( \$\)/\1\2/' \ + -e 's/Id: config,v.*/Id: config,v $$/' \ < config > $(DEBDIR)/etc/privoxy/config install -m 0644 default.action $(DEBDIR)/etc/privoxy/default.action install -m 0644 standard.action $(DEBDIR)/etc/privoxy/standard.action