summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-08-11 19:51:05 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-08-11 19:51:05 +0000
commitb47077300a92f280c616f00cdc82707c2d9ceaa9 (patch)
tree02f766e61112bc959e249ddfa8168f93a580f08f
parentf26011903cf11a33656c023a2367d643ed09d88b (diff)
downloaddrakx-b47077300a92f280c616f00cdc82707c2d9ceaa9.tar
drakx-b47077300a92f280c616f00cdc82707c2d9ceaa9.tar.gz
drakx-b47077300a92f280c616f00cdc82707c2d9ceaa9.tar.bz2
drakx-b47077300a92f280c616f00cdc82707c2d9ceaa9.tar.xz
drakx-b47077300a92f280c616f00cdc82707c2d9ceaa9.zip
get rid of the duplicated /tmp in for suggestions_mntpoint() (thanks to Amaury)
-rw-r--r--perl-install/fsedit.pm2
1 files changed, 1 insertions, 1 deletions
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
);