diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-18 05:35:54 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-18 05:35:54 +0200 |
commit | e65eff1f3174c61ab6204fc4f7eda9cb2ba88490 (patch) | |
tree | b51872aaa0eea736a58ac658e13439a7a70d3b9b /Makefile | |
parent | b5119a95f336ada23f03a8be731c9db882a81540 (diff) | |
download | bootloader-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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |