wok diff privoxy/receipt @ rev 5885
privoxy: fix build.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Jul 21 16:00:54 2010 +0200 (2010-07-21) |
parents | a57f6141ce9e |
children | 8af11abf492a |
line diff
1.1 --- a/privoxy/receipt Sun Mar 21 17:28:20 2010 +0000 1.2 +++ b/privoxy/receipt Wed Jul 21 16:00:54 2010 +0200 1.3 @@ -15,8 +15,8 @@ 1.4 compile_rules() 1.5 { 1.6 # Have to create privoxy user/group to be able to compile 1.7 - adduser privoxy -s /bin/false -H -D -S 1.8 - 1.9 + # adduser privoxy -s /bin/false -H -D -S 1.10 + 1.11 cd $src 1.12 1.13 # Needs autoconf 1.14 @@ -29,6 +29,8 @@ 1.15 --infodir=/usr/share/info \ 1.16 --mandir=/usr/share/man \ 1.17 --localstatedir=/var \ 1.18 + --with-user=nobody \ 1.19 + --with-group=nogroup \ 1.20 $CONFIGURE_ARGS && 1.21 make && 1.22 make DESTDIR=$PWD/_pkg install