diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-13 21:12:56 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-13 21:12:56 +0000 |
commit | f33d7f4b07d7af0fef8386664d93fe4c7c234798 (patch) | |
tree | daa813196d17fa279cd891fca716e8e8718b94e0 /privoxy/privoxy.SlackBuild | |
parent | c7dcc02114df9aa53a3a606f9452b44d3722e9bc (diff) | |
download | slackbuilds-f33d7f4b07d7af0fef8386664d93fe4c7c234798.tar.gz slackbuilds-f33d7f4b07d7af0fef8386664d93fe4c7c234798.tar.bz2 |
privoxy small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@182 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'privoxy/privoxy.SlackBuild')
-rwxr-xr-x | privoxy/privoxy.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/privoxy/privoxy.SlackBuild b/privoxy/privoxy.SlackBuild index 44fb9c24..1fff6a81 100755 --- a/privoxy/privoxy.SlackBuild +++ b/privoxy/privoxy.SlackBuild @@ -69,7 +69,7 @@ CWD="`pwd`" # for VERSION=0.3.3, privoxy Makefile doesnt respect DESTDIR correctly, # so beyond the patch we still need to do some nasty stuff... -if [ "$VERSION" == "0.3.3" ]; then +if [ "$VERSION" == "3.0.3" ]; then make DESTDIR=install install cd install else |