diff options
-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 |