When adding a package to a repo, it is useful to be able to see
that repo-add has indeed found the signature file.

Signed-off-by: Allan McRae <[email protected]>
---
 scripts/repo-add.sh.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in
index 5e08592..2991d30 100644
--- a/scripts/repo-add.sh.in
+++ b/scripts/repo-add.sh.in
@@ -277,6 +277,7 @@ db_write_entry() {
 
        # compute base64'd PGP signature
        if [[ -f "$pkgfile.sig" ]]; then
+               msg2 "$(gettext "Found package signature file...")"
                pgpsig=$(openssl base64 -in "$pkgfile.sig" | tr -d '\n')
        fi
 
-- 
1.7.6


Reply via email to