This commit is contained in:
Jamie Cameron
2020-02-10 23:14:24 -08:00
parent b98c2a1804
commit 067a433eec

View File

@ -406,7 +406,7 @@ if (&has_command("aptitude")) {
# Get holds from apt-mark
if (&has_command("apt-mark")) {
&clean_language();
&open_execute_command(PKGS, "apt-mark showhost 2>/dev/null", 1, 1);
&open_execute_command(PKGS, "apt-mark showhold 2>/dev/null", 1, 1);
while(<PKGS>) {
if (/^([^:\s]+)/) {
$hold{$1} = 1;