mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-23 19:31:55 +00:00
Fixed a stupid bug in the hinting code.
This commit is contained in:
parent
e9afdfb2e0
commit
e6d3628aef
@ -2342,7 +2342,7 @@ class Britney:
|
||||
self.output_write(self.eval_uninst(self.newlyuninst(nuninst_start, nuninst_end)) + "\n")
|
||||
self.output_write("SUCCESS (%d/%d)\n" % (len(actions or self.upgrade_me), len(extra)))
|
||||
self.nuninst_orig = nuninst_end
|
||||
if not actions:
|
||||
if not actions and not earlyabort:
|
||||
self.upgrade_me = sorted(extra)
|
||||
if not self.options.compatible:
|
||||
self.sort_actions()
|
||||
|
Loading…
x
Reference in New Issue
Block a user