From: rhatto Date: Wed, 13 Sep 2006 21:32:54 +0000 (+0000) Subject: privoxy: small fixes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9ce0b3421c0f3bd12ec4efb77e56df87cec319e1;p=slackbuilds.git privoxy: small fixes git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@185 370017ae-e619-0410-ac65-c121f96126d4 --- diff --git a/privoxy/privoxy.SlackBuild b/privoxy/privoxy.SlackBuild index 3862d17f..61dc346a 100755 --- a/privoxy/privoxy.SlackBuild +++ b/privoxy/privoxy.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # -# slackbuild script for nano +# slackbuild script for privoxy # by rhatto at riseup.net # @@ -56,12 +56,14 @@ tar xvf$tarflag $SRC_DIR/$SRC cd $PACKAGE-$VERSION-stable if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then + # 3.0.3 patch got from + # https://svn.openwrt.org/openwrt/trunk/openwrt/package/privoxy/patches/101-destdir.patch patch -p1 < $CWD/$PACKAGE-$VERSION.diff fi autoheader autoconf -./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR +./configure --prefix=/usr --sysconfdir=/etc/$PACKAGE --libdir=$LIBDIR make CWD="`pwd`"