summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-05-18 05:43:27 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-05-18 05:43:27 +0200
commit0d5140b40c15bbb3163f4de354e1eaf0480800d1 (patch)
treea3fd84be53f6238cd3a87b982cfc0af43dce5b44
parentd7e96eb5bf41dc5b4640dd2f3d4392d98222326e (diff)
downloadbootloader-utils-master.tar
bootloader-utils-master.tar.gz
bootloader-utils-master.tar.bz2
bootloader-utils-master.tar.xz
bootloader-utils-master.zip
generate tarball in current dir like other projectsHEADmaster
-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: