[pacman-dev] [PATCH] repo-add: Remove .tmp. prefix from output
20 Nov
2011
20 Nov
'11
5:33 a.m.
Signed-off-by: Allan McRae <allan@archlinux.org> --- This is a follow-up from Dan's repo-add patches. scripts/repo-add.sh.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in index fc008fc..4659129 100644 --- a/scripts/repo-add.sh.in +++ b/scripts/repo-add.sh.in @@ -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 -- 1.7.7.3
4786
Age (days ago)
4786
Last active (days ago)
0 comments
1 participants
participants (1)
-
Allan McRae