diff options
author | Francois Pons <fpons@mandriva.com> | 2003-04-18 11:50:46 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-04-18 11:50:46 +0000 |
commit | 94b94296398d072de3474dd12dca0090df4d963e (patch) | |
tree | ba6a1d92779358ef6e832833954a0248420c329f /perl-install | |
parent | 1323b1a13e9d140718128c26ab090e4ee84ff53a (diff) | |
download | drakx-94b94296398d072de3474dd12dca0090df4d963e.tar drakx-94b94296398d072de3474dd12dca0090df4d963e.tar.gz drakx-94b94296398d072de3474dd12dca0090df4d963e.tar.bz2 drakx-94b94296398d072de3474dd12dca0090df4d963e.tar.xz drakx-94b94296398d072de3474dd12dca0090df4d963e.zip |
make all CD as update (as it should have been to allow updates to be resolved).
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index aa3ef6a6f..b3cfbd83c 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -608,7 +608,7 @@ sub install_urpmi { hdlist: hdlist.$name.cz with_hdlist: ../base/" . ($_->{update} ? "hdlist.cz" : $_->{hdlist}) . ($need_list ? " list: list.$name" : "") . ($dir =~ /removable:/ && " - removable: /dev/cdrom") . ($_->{update} && " + removable: /dev/cdrom") . (" update") . " } |