mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 07:48:50 -05:00
repo-add: clarify invalid repo extension message
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
b5b2f0b1bf
commit
cf3d5e4830
@ -249,7 +249,7 @@ verify_repo_extension() {
|
||||
*.@(db|files).tar.xz) TAR_OPT="J" ;;
|
||||
*.@(db|files).tar.Z) TAR_OPT="Z" ;;
|
||||
*.@(db|files).tar) TAR_OPT="" ;;
|
||||
*) error "$(gettext "'%s' does not have a valid archive extension.")" \
|
||||
*) error "$(gettext "'%s' does not have a valid database archive extension.")" \
|
||||
"$repofile"
|
||||
exit 1 ;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user