diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-08-13 14:36:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-08-13 14:36:52 +0000 |
commit | 643921ac883be8af9dad01e441028d3564aea565 (patch) | |
tree | 0e72b712472030c8522ef0606147e4e8968cc8a5 /perl-install/install2.pm | |
parent | e03f94cb575827ae939c90132604ee5af8545b7a (diff) | |
download | drakx-backup-do-not-use-643921ac883be8af9dad01e441028d3564aea565.tar drakx-backup-do-not-use-643921ac883be8af9dad01e441028d3564aea565.tar.gz drakx-backup-do-not-use-643921ac883be8af9dad01e441028d3564aea565.tar.bz2 drakx-backup-do-not-use-643921ac883be8af9dad01e441028d3564aea565.tar.xz drakx-backup-do-not-use-643921ac883be8af9dad01e441028d3564aea565.zip |
no_comment
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 41b4e3a65..5a771acb7 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -221,8 +221,8 @@ sub main { $SIG{__DIE__} = sub { chomp $_[0]; log::l("ERROR: $_[0]") }; # if this fails, it's okay -- it might help with free space though - unlink "/sbin/install"; - unlink "/sbin/insmod"; + unlink "/sbin/install" unless $::testing; + unlink "/sbin/insmod" unless $::testing; print STDERR "in second stage install\n"; log::openLog(($::testing || $o->{localInstall}) && 'debug.log'); |