Skip to content
Snippets Groups Projects

Support transition to new non-free-firmware component

Merged David Kalnischkies requested to merge donkult/apt:feature/non-free-firmware into main
27 files
+ 677
543
Compare changes
  • Side-by-side
  • Inline
Files
27
+ 2
0
@@ -222,6 +222,8 @@ int pkgCdrom::Score(string Path)
Res += 20;
if (Path.find("/non-free/") != string::npos)
Res += 20;
if (Path.find("/non-free-firmware/") != string::npos)
Res += 20;
if (Path.find("/non-US/") != string::npos)
Res += 20;
if (Path.find("/source/") != string::npos)
Loading