From 144b2ddb191ce4ac7f76950dd9bda65402d474c2 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Thu, 15 Jan 2004 23:41:45 +0000 Subject: - add --root in man/--help, --use-distrib in --help only - fix issue using virtual medium and --bug - update error message if --bug dir exist --- urpm.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index aad3156a..98b64e4a 100644 --- a/urpm.pm +++ b/urpm.pm @@ -737,7 +737,9 @@ sub configure { my ($urpm, %options) = @_; $urpm->clean; - + + $options{parallel} && $options{usedistrib} and die N("Can't use parallele mode with use-distrib mode"); + if ($options{parallel}) { my ($parallel_options, $parallel_handler); #- handle parallel configuration, examine all module available that -- cgit v1.2.1