repo-add: Remove .tmp. prefix from output
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
80868b0da6
commit
cb898be887
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ create_signature() {
|
|||
gpg --detach-sign --use-agent ${SIGNWITHKEY} "$dbfile" &>/dev/null || ret=$?
|
||||
|
||||
if (( ! ret )); then
|
||||
msg2 "$(gettext "Created signature file %s.")" "${dbfile##*/}.sig"
|
||||
msg2 "$(gettext "Created signature file %s.")" "${dbfile##*/.tmp.}.sig"
|
||||
else
|
||||
warning "$(gettext "Failed to sign package database.")"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue