From b47077300a92f280c616f00cdc82707c2d9ceaa9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 11 Aug 2002 19:51:05 +0000 Subject: get rid of the duplicated /tmp in for suggestions_mntpoint() (thanks to Amaury) --- perl-install/fsedit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fsedit.pm') diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index f7a5e20e1..678764245 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -43,7 +43,7 @@ foreach (values %suggestions) { } my @suggestions_mntpoints = ( - "/var/ftp", "/var/www", "/boot", '/tmp', + "/var/ftp", "/var/www", "/boot", arch() =~ /sparc/ ? "/mnt/sunos" : arch() =~ /ppc/ ? "/mnt/macos" : "/mnt/windows", #- RedHat also has /usr/local and /opt ); -- cgit v1.2.1