From: David Griffith Date: Tue, 31 Jul 2018 09:06:31 +0000 (-0700) Subject: Fix broken use of "git archive". X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=e956e7d76e4aa508dec7b1ae1f05857c74cd2fa6;p=liskon_frotz.git Fix broken use of "git archive". --- diff --git a/Makefile b/Makefile index 9b20d09..9a83ec7 100644 --- a/Makefile +++ b/Makefile @@ -295,7 +295,7 @@ uninstall_sfrotz: dist: frotz-$(GIT_TAG).tar.gz frotz-$(GIT_TAG).tar.gz: - git archive --format=tar.gz -o "frotz-$(GIT_TAG).tar.gz" "$(GIT_TAG)" + git archive --format=tar.gz --prefix frotz-$(GIT_TAG)/ -o "frotz-$(GIT_TAG).tar.gz" HEAD clean: $(SUB_CLEAN) rm -f $(SRCDIR)/*.h \