diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-06-28 03:23:32 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-06-28 03:23:32 +0000 |
commit | f3eca0affbbeedb2aabeb3fe3cb869045fbbf880 (patch) | |
tree | 898b11332124d5651662824b24d4ca7037c53b72 /perl-install/pkgs.pm | |
parent | 467534e0a4b0f9fb6cac6f532bd60defe8077b0a (diff) | |
download | drakx-f3eca0affbbeedb2aabeb3fe3cb869045fbbf880.tar drakx-f3eca0affbbeedb2aabeb3fe3cb869045fbbf880.tar.gz drakx-f3eca0affbbeedb2aabeb3fe3cb869045fbbf880.tar.bz2 drakx-f3eca0affbbeedb2aabeb3fe3cb869045fbbf880.tar.xz drakx-f3eca0affbbeedb2aabeb3fe3cb869045fbbf880.zip |
Fix install_urpmi with nfs suppl media
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r-- | perl-install/pkgs.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index db6aa1960..7a738b9e6 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -1445,7 +1445,8 @@ use strict; #- key_ids (hashref, values are key ids) #- medium (number of the medium) #- method -#- prefix (for install_urpmi) +#- prefix +#- finalprefix (for install_urpmi) #- pubkey #- rpmsdir #- selected |