summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/urpm.pm b/urpm.pm
index 5d7a402d..ea161860 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -732,6 +732,8 @@ sub configure {
$options{media} || $options{excludemedia} || $options{sortmedia} || $options{update} || $options{parallel} and
$urpm->{fatal}(1, N("--synthesis cannot be used with --media, --excludemedia, --sortmedia, --update or --parallel"));
$urpm->parse_synthesis($options{synthesis});
+ #- synthesis disable the split of transaction (too risky and not usefull).
+ $urpm->{options}{'split-length'} = 0;
}
} else {
$urpm->read_config(%options);