diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-12-11 23:32:29 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-12-11 23:32:29 +0800 |
commit | 9044f5fada2d1e41fc5dc6df77c71a457f04ef2b (patch) | |
tree | 0e71be7608e010bcac09b9765aa35f14e98c228a /security | |
parent | afcf19591adf8dddaba156e0faf27bfdd186e99b (diff) | |
download | freebsd-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-install | 2 |
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 |