aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2023-01-19 20:42:02 +0200
committerJani Välimaa <wally@mageia.org>2023-01-19 20:42:02 +0200
commit4b84f44b6a41af6701ffd204717500c243462ad6 (patch)
treec0f504bb141a6a1ff6a854bf3e8b25222a97b8a9
parente520dcddafc910b0764792e74d9a7105943cd6c3 (diff)
downloadconfig-master.tar
config-master.tar.gz
config-master.tar.bz2
config-master.tar.xz
config-master.zip
Makefile: make dist tarball from git tagHEADmaster
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b15595d..1aacf2d 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ install:
dist:
rm -rf $(NAME)-$(XFCEVERSION)*.tar*
@git config tar.tar.xz.command "xz -c";
- @git archive --prefix=$(NAME)-$(VERSION)/ -o $(NAME)-$(VERSION).tar.xz HEAD;
+ @git archive --prefix=$(NAME)-$(VERSION)/ -o $(NAME)-$(VERSION).tar.xz $(VERSION);
$(info $(NAME)-$(VERSION).tar.xz is ready)