diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-06-11 16:44:49 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-06-11 16:44:49 +0000 |
commit | abaf88a375b40ae91020cddaad1ae5e6f452a575 (patch) | |
tree | 33baf32216af75fa3ce2c3194cd1c83f97d90883 /perl-install | |
parent | d18d6cb483b8cd60ce8c8da6ae6aa0d98f22b55a (diff) | |
download | drakx-abaf88a375b40ae91020cddaad1ae5e6f452a575.tar drakx-abaf88a375b40ae91020cddaad1ae5e6f452a575.tar.gz drakx-abaf88a375b40ae91020cddaad1ae5e6f452a575.tar.bz2 drakx-abaf88a375b40ae91020cddaad1ae5e6f452a575.tar.xz drakx-abaf88a375b40ae91020cddaad1ae5e6f452a575.zip |
added /tmp in @suggestions_mntpoints (as suggested by Philippe Coulon)
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 1883e9e88..9856e7fdb 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -42,7 +42,7 @@ foreach (values %suggestions) { } my @suggestions_mntpoints = ( - "/var/ftp", "/var/www", "/boot", + "/var/ftp", "/var/www", "/boot", '/tmp', arch() =~ /sparc/ ? "/mnt/sunos" : arch() =~ /ppc/ ? "/mnt/macos" : "/mnt/windows", ); |