diff options
Diffstat (limited to 'perl-install/lvm.pm')
-rw-r--r-- | perl-install/lvm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/lvm.pm b/perl-install/lvm.pm index 8f77ce06f..3205fa2fd 100644 --- a/perl-install/lvm.pm +++ b/perl-install/lvm.pm @@ -60,7 +60,7 @@ sub lvm_cmd_or_die { sub check { my ($do_pkgs) = @_; - + local $::prefix = ''; # We want lvm2 on current system $do_pkgs->ensure_binary_is_installed('lvm2', 'lvm2') or return; init(); 1; |