diff options
author | Francois Pons <fpons@mandriva.com> | 2000-04-25 18:32:02 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-04-25 18:32:02 +0000 |
commit | 7039b28e9cc76fd602016a10c0927b40fc960b58 (patch) | |
tree | e22ba025b70d5d53be217acd07bb897a532273b5 /perl-install/install2.pm | |
parent | 25946f2b1829f207aab844f3464ce515a50f15cc (diff) | |
download | drakx-7039b28e9cc76fd602016a10c0927b40fc960b58.tar drakx-7039b28e9cc76fd602016a10c0927b40fc960b58.tar.gz drakx-7039b28e9cc76fd602016a10c0927b40fc960b58.tar.bz2 drakx-7039b28e9cc76fd602016a10c0927b40fc960b58.tar.xz drakx-7039b28e9cc76fd602016a10c0927b40fc960b58.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 8073a340a..ca4d18cd3 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -561,9 +561,8 @@ sub main { } unless ($::testing) { - unlink $_ foreach ( - "/sbin/insmod", "/sbin/rmmod", "/sbin/install", - "/modules/modules.cgz", + unlink $_ foreach ( $o->{pcmcia} ? () : ("/sbin/install", "/modules/modules.cgz"), + "/sbin/insmod", "/sbin/rmmod", "/modules/pcmcia_core.o", #- always use module from archive. "/modules/i82365.o", "/modules/tcic.o", |