On 29/05/11 00:37, Pang Yan Han wrote:
Signed-off-by: Pang Yan Han<[email protected]>
---
  src/pacman/pacman.c |    1 +
  1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index 008a806..8458c97 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -913,6 +913,7 @@ int main(int argc, char *argv[])
                printf("\n");
                printf("Lock File : %s\n", alpm_option_get_lockfile());
                printf("Log File  : %s\n", alpm_option_get_logfile());
+               printf("GPG Dir   : %s\n", alpm_option_get_signaturedir());
                list_display("Targets   :", pm_targets);
        }


Signed-off-by: Allan


Reply via email to