summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2280cad..530155f 100644
--- a/Makefile
+++ b/Makefile
@@ -86,6 +86,6 @@ VERSION = $(UPSTREAM_VERSION).5
dist:
rm -rf ../$(NAME)-$(VERSION).tar*
- @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz
+ @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz
$(info $(NAME)-$(VERSION).tar.lzma is ready)