summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2015-06-23 00:49:34 +0200
committerKay Sievers <kay@vrfy.org>2015-06-23 00:49:34 +0200
commitd30449bd76f3d30178d86e8fbfd064148b530dbc (patch)
tree6c0a7b71caf3387f2da96f1c8d4556a1868f70fd /Makefile.am
parent5aaf87682e8478d9af2df4428b4eb962fe2c53d6 (diff)
build-sys: let "make git-tar" archive HEAD
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ab602d4874..13cc7825de 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6279,7 +6279,7 @@ git-tag:
.PHONY: git-tar
git-tar:
- git archive --format=tar --prefix=systemd-$(VERSION)/ v$(VERSION) | xz > systemd-$(VERSION).tar.xz
+ git archive --format=tar --prefix=systemd-$(VERSION)/ HEAD | xz > systemd-$(VERSION).tar.xz
www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd
.PHONY: upload