wok rev 5721

clamav: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 24 17:10:47 2010 +0200 (2010-06-24)
parents eb8fdb17ed14
children 87da741438a2
files clamav/receipt
line diff
     1.1 --- a/clamav/receipt	Thu Jun 24 15:17:18 2010 +0200
     1.2 +++ b/clamav/receipt	Thu Jun 24 17:10:47 2010 +0200
     1.3 @@ -16,7 +16,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	# Have to create clamav user/group to be able to compile
     1.7 -	adduser clamav -s /bin/false -H -D -S
     1.8 +	adduser clamav -s /bin/false -h /tmp -H -D -S
     1.9 +	addgroup clamav
    1.10  
    1.11  	cd $src
    1.12  	./configure \