mirror of
https://github.com/mudler/luet.git
synced 2025-09-18 08:12:19 +00:00
Merge pull request #252 from Itxaka/consider_provides_names_on_install
installer: Take into consideration provides names
This commit is contained in:
@@ -551,6 +551,11 @@ func (l *LuetInstaller) Install(cp pkg.Packages, s *System) error {
|
||||
if m.Package.GetName() == p.GetName() {
|
||||
found = true
|
||||
}
|
||||
for _, pack := range m.Package.GetProvides() {
|
||||
if pack.GetName() == p.GetName() {
|
||||
found = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if !found {
|
||||
|
Reference in New Issue
Block a user