diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-11 19:51:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-11 19:51:05 +0000 |
commit | b47077300a92f280c616f00cdc82707c2d9ceaa9 (patch) | |
tree | 02f766e61112bc959e249ddfa8168f93a580f08f /perl-install | |
parent | f26011903cf11a33656c023a2367d643ed09d88b (diff) | |
download | drakx-backup-do-not-use-b47077300a92f280c616f00cdc82707c2d9ceaa9.tar drakx-backup-do-not-use-b47077300a92f280c616f00cdc82707c2d9ceaa9.tar.gz drakx-backup-do-not-use-b47077300a92f280c616f00cdc82707c2d9ceaa9.tar.bz2 drakx-backup-do-not-use-b47077300a92f280c616f00cdc82707c2d9ceaa9.tar.xz drakx-backup-do-not-use-b47077300a92f280c616f00cdc82707c2d9ceaa9.zip |
get rid of the duplicated /tmp in for suggestions_mntpoint() (thanks to Amaury)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/fsedit.pm | 2 |
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 ); |