# HG changeset patch # User Eric Joseph-Alexandre # Date 1279720854 -7200 # Node ID 3516ecf323500fb9b8ee6bb95984e7557c8b78d1 # Parent f6d334f2cb4d1356e7c8fa650cc1b291c690d9cc privoxy: fix build. diff -r f6d334f2cb4d -r 3516ecf32350 privoxy/receipt --- a/privoxy/receipt Wed Jul 21 15:02:43 2010 +0200 +++ b/privoxy/receipt Wed Jul 21 16:00:54 2010 +0200 @@ -15,8 +15,8 @@ compile_rules() { # Have to create privoxy user/group to be able to compile - adduser privoxy -s /bin/false -H -D -S - + # adduser privoxy -s /bin/false -H -D -S + cd $src # Needs autoconf @@ -29,6 +29,8 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --localstatedir=/var \ + --with-user=nobody \ + --with-group=nogroup \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install