diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-10-06 15:56:23 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-10-06 15:56:23 +0000 |
commit | 161f04b32c458ea2ef722a2b8180ad12777a5807 (patch) | |
tree | 0f3f081cbbf25320d841234667fe90e1eb22ff95 /urpm/args.pm | |
parent | 2263fff1c0a5fc0c4ab5fe6979148d3546834b91 (diff) | |
download | urpmi-161f04b32c458ea2ef722a2b8180ad12777a5807.tar urpmi-161f04b32c458ea2ef722a2b8180ad12777a5807.tar.gz urpmi-161f04b32c458ea2ef722a2b8180ad12777a5807.tar.bz2 urpmi-161f04b32c458ea2ef722a2b8180ad12777a5807.tar.xz urpmi-161f04b32c458ea2ef722a2b8180ad12777a5807.zip |
- urpmi, library:
o handle --replacefiles, will be used by mdkonline
(require perl-URPM 3.19)
Diffstat (limited to 'urpm/args.pm')
-rw-r--r-- | urpm/args.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/args.pm b/urpm/args.pm index 95fda9d2..6af01d4b 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -180,6 +180,7 @@ my %options_spec = ( 'ignoresize' => sub { $urpm->{options}{ignoresize} = 1 }, 'ignorearch' => sub { $urpm->{options}{ignorearch} = 1 }, noscripts => sub { $urpm->{options}{noscripts} = 1 }, + replacefiles => sub { $urpm->{options}{replacefiles} = 1 }, repackage => sub { $urpm->{options}{repackage} = 1 }, 'more-choices' => sub { $urpm->{options}{morechoices} = 1 }, 'expect-install!' => \$::urpm::main_loop::expect_install, |