aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-05-18 05:44:31 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-05-18 05:44:31 +0200
commit70e373b28ed8a10d3483aa610c0d138fb9befa43 (patch)
tree641ca6242cce00ff801bca5c3fb8773fa7fe7f8e
parent439ab03c657d53a388e484086040b286c2f07a3f (diff)
downloadiurt-70e373b28ed8a10d3483aa610c0d138fb9befa43.tar
iurt-70e373b28ed8a10d3483aa610c0d138fb9befa43.tar.gz
iurt-70e373b28ed8a10d3483aa610c0d138fb9befa43.tar.bz2
iurt-70e373b28ed8a10d3483aa610c0d138fb9befa43.tar.xz
iurt-70e373b28ed8a10d3483aa610c0d138fb9befa43.zip
generate tarball in current dir like other projects
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7288bac..4b22841 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ install:
tar: dist
dist:
- git archive --prefix $(NAME)-$(VERSION)/ HEAD | xz -9 > ../$(NAME)-$(VERSION).tar.xz
+ git archive --prefix $(NAME)-$(VERSION)/ HEAD | xz -9 > $(NAME)-$(VERSION).tar.xz
submit: ci
mdvsys submit $(NAME)