Use noextract with pacman-conf NoExtract
Current code accidently uses noupgrade for the NoExtract directive.
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
(cherry picked from commit 1d39557aa0
)
This commit is contained in:
parent
01d5a68c1a
commit
39ce2b7663
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ static int list_directives(void)
|
||||||
} else if(strcasecmp(i->data, "NoUpgrade") == 0) {
|
} else if(strcasecmp(i->data, "NoUpgrade") == 0) {
|
||||||
show_list_str("NoUpgrade", config->noupgrade);
|
show_list_str("NoUpgrade", config->noupgrade);
|
||||||
} else if(strcasecmp(i->data, "NoExtract") == 0) {
|
} else if(strcasecmp(i->data, "NoExtract") == 0) {
|
||||||
show_list_str("NoExtract", config->noupgrade);
|
show_list_str("NoExtract", config->noextract);
|
||||||
|
|
||||||
|
|
||||||
} else if(strcasecmp(i->data, "Architecture") == 0) {
|
} else if(strcasecmp(i->data, "Architecture") == 0) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue