mirror of
https://github.com/EnumeratedDev/bpm.git
synced 2026-09-16 02:26:12 +00:00
Allow direct split source package installation through repository entries
This commit is contained in:
@@ -83,10 +83,6 @@ func InstallPackages(rootDir string, installationReason InstallationReason, rein
|
||||
continue
|
||||
}
|
||||
|
||||
if entry.Info.IsSplitPackage() {
|
||||
return nil, fmt.Errorf("direct split source package installation has not been implemented")
|
||||
}
|
||||
|
||||
operation.AppendAction(&FetchPackageAction{
|
||||
IsDependency: false,
|
||||
RepositoryEntry: entry,
|
||||
|
||||
Reference in New Issue
Block a user