Commit 520f590d authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

/usr/share/clamav should belong to clamav user

parent 675ef086
......@@ -26,7 +26,7 @@ all: freshclam-config
$(MAKE) -C clamav-0.102.4
$(MAKE) -C clamav-0.102.4 check
$(MAKE) -C clamav-0.102.4 install
install -d -m755 /usr/share/clamav
install -d -m755 -o clamav -g clamav /usr/share/clamav
@echo "$$FRESHCLAM_CONFIG" > /etc/freshclam.conf
rm -rf clamav-0.102.4
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment