diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-11-14 15:18:30 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-11-14 15:18:30 +0000 |
commit | b67b7d701bd914153095b0ba121918d94ad9805b (patch) | |
tree | 1ac18220ba3ec6cd5c72e8cef93138b5d858e390 /gurpmi | |
parent | 53ec6b3a03eee6945c48acb405c3af9061b9af84 (diff) | |
download | urpmi-b67b7d701bd914153095b0ba121918d94ad9805b.tar urpmi-b67b7d701bd914153095b0ba121918d94ad9805b.tar.gz urpmi-b67b7d701bd914153095b0ba121918d94ad9805b.tar.bz2 urpmi-b67b7d701bd914153095b0ba121918d94ad9805b.tar.xz urpmi-b67b7d701bd914153095b0ba121918d94ad9805b.zip |
Allow to put rpm names on the gurpmi command-line
Diffstat (limited to 'gurpmi')
-rw-r--r-- | gurpmi | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -61,6 +61,12 @@ foreach (@all_rpms) { You probably didn't want to install it on your computer (installing it would allow you to make modifications to its sourcecode then compile it). What would you like to do?", $srpms->[0]) + : @all_rpms == 0 + ? N("You are about to install the following software packages on your computer: + +%s + +Proceed?", @gurpmi::names) : @all_rpms == 1 ? N("You are about to install the following software package on your computer: |