Fix -with-sources not downloading differently named sources

Such as e.g. downloading 'glibc' when the sources for 'libc6'
are requested.
This commit is contained in:
Gordian Schoenherr
2024-11-26 16:19:46 +09:00
parent 3b785e4165
commit 0c76677b16
3 changed files with 46 additions and 1 deletions
+1 -1
View File
@@ -450,7 +450,7 @@ func (p *Package) GetArchitecture() string {
return p.Architecture
}
// GetDependencies compiles list of dependncies by flags from options
// GetDependencies compiles list of dependencies by flags from options
func (p *Package) GetDependencies(options int) (dependencies []string) {
deps := p.Deps()