diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-07-30 13:15:58 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-07-30 13:15:58 +0000 |
commit | acbc56d621004e5ea6588391f9822dfc4347a8fe (patch) | |
tree | fbbeadbe5a5f0533365f6fc91e1063a99ee00f36 /urpm/args.pm | |
parent | 0e0a78df556e80f468902e65c53ee2f38eaa3eae (diff) | |
download | urpmi-acbc56d621004e5ea6588391f9822dfc4347a8fe.tar urpmi-acbc56d621004e5ea6588391f9822dfc4347a8fe.tar.gz urpmi-acbc56d621004e5ea6588391f9822dfc4347a8fe.tar.bz2 urpmi-acbc56d621004e5ea6588391f9822dfc4347a8fe.tar.xz urpmi-acbc56d621004e5ea6588391f9822dfc4347a8fe.zip |
dudf patch from Olivier Rosello for the Mancoosi project
Diffstat (limited to 'urpm/args.pm')
-rw-r--r-- | urpm/args.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/urpm/args.pm b/urpm/args.pm index 7ff1d023..28b2ef31 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -351,6 +351,11 @@ my %options_spec = ( }, ); +eval +{ + require urpm::dudf; + $options_spec{'urpmi'}{'force-dudf'} = \$::force_dudf; +}; # generate urpmf options callbacks |