From ad63d60a293dbdd7da4aa8520bb5e343e191f267 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 24 May 2011 13:05:16 +0200 Subject: [PATCH] privoxy: changed to use default prefix instead of 'opt/privoxy' --- network/privoxy/privoxy.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/network/privoxy/privoxy.conf b/network/privoxy/privoxy.conf index 950fd08d8..7750abe2d 100644 --- a/network/privoxy/privoxy.conf +++ b/network/privoxy/privoxy.conf @@ -2,6 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../privoxy/privoxy.conf +# Copyright (C) 2011 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -11,7 +12,9 @@ # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- -prefix=opt/privoxy -set_confopt + +if [ $prefix_auto = 1 ] ; then + sysconfdir="$sysconfdir/$pkg" +fi hook_add preconf 5 "autoheader; autoconf;"