mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-16 06:15:08 -05:00
Let pacman -v print GPG Dir
Signed-off-by: Pang Yan Han <pangyanhan@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
11fb9c7674
commit
7b26167580
@ -913,6 +913,7 @@ int main(int argc, char *argv[])
|
|||||||
printf("\n");
|
printf("\n");
|
||||||
printf("Lock File : %s\n", alpm_option_get_lockfile());
|
printf("Lock File : %s\n", alpm_option_get_lockfile());
|
||||||
printf("Log File : %s\n", alpm_option_get_logfile());
|
printf("Log File : %s\n", alpm_option_get_logfile());
|
||||||
|
printf("GPG Dir : %s\n", alpm_option_get_signaturedir());
|
||||||
list_display("Targets :", pm_targets);
|
list_display("Targets :", pm_targets);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user