aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-12-11 23:32:29 +0800
committerdinoex <dinoex@FreeBSD.org>2003-12-11 23:32:29 +0800
commit9044f5fada2d1e41fc5dc6df77c71a457f04ef2b (patch)
tree0e71be7608e010bcac09b9765aa35f14e98c228a /security
parentafcf19591adf8dddaba156e0faf27bfdd186e99b (diff)
downloadfreebsd-ports-gnome-9044f5fada2d1e41fc5dc6df77c71a457f04ef2b.tar.gz
freebsd-ports-gnome-9044f5fada2d1e41fc5dc6df77c71a457f04ef2b.tar.zst
freebsd-ports-gnome-9044f5fada2d1e41fc5dc6df77c71a457f04ef2b.zip
- fix path for freshclam
Diffstat (limited to 'security')
-rw-r--r--security/clamav-devel/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/clamav-devel/pkg-install b/security/clamav-devel/pkg-install
index 85f30e097aca..00d5592d5ef5 100644
--- a/security/clamav-devel/pkg-install
+++ b/security/clamav-devel/pkg-install
@@ -45,7 +45,7 @@ fi
if [ "$2" = "POST-INSTALL" ]; then
echo "===> Updating virus definitions..."
- $1/bin/freshclam -u $3 --datadir=$4
+ freshclam -u $3 --datadir=$4
fi
exit 0