Fix: Upgrading/Installing nouveau #55

This commit is contained in:
Dimitris Zlatanidis 2015-11-30 17:21:49 +02:00
parent 249e2e82d0
commit 7481c5a8e9

View file

@ -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)