]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
privoxy: small fixes
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Wed, 13 Sep 2006 21:32:54 +0000 (21:32 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Wed, 13 Sep 2006 21:32:54 +0000 (21:32 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@185 370017ae-e619-0410-ac65-c121f96126d4

privoxy/privoxy.SlackBuild

index 3862d17fa2216364400aeea62851826ced51f011..61dc346ad0aeec3d0a3bf9ced46bbeba61819610 100755 (executable)
@@ -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`"