summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 68421ab..e3419ee 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ localcopy:
# rules to build a distributable dist
dist: cleandist
- @git archive --prefix=$(PACKAGE)-$(VERSION)/ HEAD | xz >../$(PACKAGE)-$(VERSION).tar.xz;
+ @git archive --prefix=$(PACKAGE)-$(VERSION)/ HEAD | xz > $(PACKAGE)-$(VERSION).tar.xz;
$(info $(PACKAGE)-$(VERSION).tar.xz is ready)
tag: