summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-05-18 05:35:54 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-05-18 05:35:54 +0200
commite65eff1f3174c61ab6204fc4f7eda9cb2ba88490 (patch)
treeb51872aaa0eea736a58ac658e13439a7a70d3b9b
parentb5119a95f336ada23f03a8be731c9db882a81540 (diff)
downloadbootloader-theme-e65eff1f3174c61ab6204fc4f7eda9cb2ba88490.tar
bootloader-theme-e65eff1f3174c61ab6204fc4f7eda9cb2ba88490.tar.gz
bootloader-theme-e65eff1f3174c61ab6204fc4f7eda9cb2ba88490.tar.bz2
bootloader-theme-e65eff1f3174c61ab6204fc4f7eda9cb2ba88490.tar.xz
bootloader-theme-e65eff1f3174c61ab6204fc4f7eda9cb2ba88490.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 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)