From 3109582da9906a089f97f4d86f97e5a6ad737f6b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 29 Aug 2001 12:35:03 +0000 Subject: try to better handle symlinks device and devfs devices --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index d7c05363d..7013d4278 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -574,7 +574,7 @@ sub kdeicons_postinstall { 'floppy-ls' => [ 'floppy', 'LS-120' ], 'floppy' => [ 'floppy', 'Floppy' ], ); - foreach (fs::read_fstab("$prefix/etc/fstab")) { + foreach (fs::read_fstab($prefix, "/etc/fstab")) { my ($name_, $nb) = $_->{mntpoint} =~ m|.*/(\S+?)(\d*)$/|; my ($name, $text) = @{$l{$name_} || []}; -- cgit v1.2.1