# HG changeset patch # User Pascal Bellard # Date 1277392247 -7200 # Node ID c32663be11f3f40c2e9874ecea413bfa13e8fbd7 # Parent eb8fdb17ed141a7ffc3e4b375d4bd9dfd554dfe8 clamav: fix compile_rules diff -r eb8fdb17ed14 -r c32663be11f3 clamav/receipt --- a/clamav/receipt Thu Jun 24 15:17:18 2010 +0200 +++ b/clamav/receipt Thu Jun 24 17:10:47 2010 +0200 @@ -16,7 +16,8 @@ compile_rules() { # Have to create clamav user/group to be able to compile - adduser clamav -s /bin/false -H -D -S + adduser clamav -s /bin/false -h /tmp -H -D -S + addgroup clamav cd $src ./configure \