From 1bca48cceed267647f5f55b9d9d8c8db9626e069 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Wed, 13 Apr 2022 21:21:12 -0700 Subject: [PATCH] Changed complaint in Makefile from "a zip file" to "an archive file". --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 90bda90..1d27b09 100644 --- a/Makefile +++ b/Makefile @@ -722,7 +722,7 @@ ifneq ($(and $(wildcard $(GIT_DIR)),$(shell which git)),) git archive --format=tgz --prefix $(NAME)-$(VERSION)/ HEAD -o $(NAME)-$(VERSION).tar.gz @echo $(NAME)-$(VERSION).tar.gz created. else - @echo "Not in a git repository or git command not found. Cannot make a zip file." + @echo "Not in a git repository or git command not found. Cannot make an archive file." endif dosdist: -- 2.34.1