forked from cromer/pamac-classic
forgot a satisfier
This commit is contained in:
parent
69f4b4368e
commit
9749d5501b
@ -1290,7 +1290,7 @@ namespace Pamac {
|
|||||||
if (recurse) {
|
if (recurse) {
|
||||||
flags |= Alpm.TransFlag.RECURSE;
|
flags |= Alpm.TransFlag.RECURSE;
|
||||||
}
|
}
|
||||||
Pamac.Package pkg = find_local_pkg ("yaourt");
|
Pamac.Package pkg = find_local_satisfier ("yaourt");
|
||||||
if (pkg.name != "") {
|
if (pkg.name != "") {
|
||||||
enable_aur (aur_enabled);
|
enable_aur (aur_enabled);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user