mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-01 01:41:52 -05:00
repo-add: Remove .tmp. prefix from output
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
80868b0da6
commit
cb898be887
@ -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…
x
Reference in New Issue
Block a user