mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Fix: Upgrading/Installing nouveau #55
This commit is contained in:
parent
249e2e82d0
commit
7481c5a8e9
1 changed files with 2 additions and 1 deletions
|
@ -275,7 +275,8 @@ class BinaryInstall(object):
|
|||
self.data[2], self.data[3]):
|
||||
if (pk and pkg == split_package(pk)[0] and
|
||||
pk not in install and
|
||||
split_package(pk)[0] not in self.blacklist):
|
||||
split_package(pk)[0] not in self.blacklist and
|
||||
split_package(pk)[1] != "blacklist"):
|
||||
dwn.append("{0}{1}/{2}".format(self.mirror, loc, pk))
|
||||
install.append(pk)
|
||||
comp_sum.append(comp)
|
||||
|
|
Loading…
Add table
Reference in a new issue