From f2f27df3c5ad9037ab6e7327d40907acf650351f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 27 Sep 2004 04:17:31 +0000 Subject: fix typo --- perl-install/fs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs.pm') diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 9f6fc68cf..4771068e1 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -244,7 +244,7 @@ sub merge_info_from_fstab { sub get_info_from_fstab { my ($all_hds) = @_; - my @l = read_fstab('/etc/fstab', 'keep_default'); + my @l = read_fstab($::prefix, '/etc/fstab', 'keep_default'); add2all_hds($all_hds, @l) } -- cgit v1.2.1