summaryrefslogtreecommitdiffstats
path: root/perl-install/network/dav.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/network/dav.pm')
-rw-r--r--perl-install/network/dav.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/dav.pm b/perl-install/network/dav.pm
index 3e5568f27..cde7e5101 100644
--- a/perl-install/network/dav.pm
+++ b/perl-install/network/dav.pm
@@ -7,5 +7,5 @@ use common;
sub check {
my ($class, $in) = @_;
- $class->raw_check($in, 'davfs', '/sbin/mount.davfs');
+ $in->do_pkgs->ensure_is_installed('davfs', '/sbin/mount.davfs');
}