mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
12 lines
373 B
Text
12 lines
373 B
Text
--- ./lib/clamav-wrapper.orig 2011-08-20 08:32:02.000000000 -0400
|
|
+++ ./lib/clamav-wrapper 2012-03-09 08:41:47.000000000 -0500
|
|
@@ -51,6 +51,9 @@
|
|
|
|
# You may want to check this script for bash-isms
|
|
|
|
+PATH=$PATH:/usr/local/bin
|
|
+export PATH
|
|
+
|
|
#TempDir="/tmp/clamav.$$"
|
|
TempDir=$(mktemp) || { echo "$0: Cannot make name for temporary dir" >&2; exit 1; }
|
|
ClamUser="clamav"
|