Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c450fe
)
Changed complaint in Makefile from "a zip file" to "an archive file".
author
David Griffith
<dave@661.org>
Thu, 14 Apr 2022 04:21:12 +0000
(21:21 -0700)
committer
David Griffith
<dave@661.org>
Thu, 14 Apr 2022 04:21:51 +0000
(21:21 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 90bda9013b06d182747bea49cdfc3d60d5fb1dca..1d27b09ae8d993d60216e6a9c7cf303a4a451b48 100644
(file)
--- 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 a
n archive
file."
endif
dosdist: