From e278a0035654437cfd28d9c139ba0a08cb01294a Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 14 Jun 2010 20:35:26 +0200 Subject: make snapshot: prefix ranger-$VERSION/ in archives --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 57a3f8f2..047f4e26 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ bm: @$(PYTHON) test/all_benchmarks.py $(BMCOUNT) snapshot: - git archive HEAD | gzip > $(NAME)-$(VERSION)-$(shell git rev-parse HEAD | cut -b 1-8).tar.gz + git archive --prefix='$(NAME)-$(VERSION)/' --format=tar HEAD | gzip > $(NAME)-$(VERSION)-$(shell git rev-parse HEAD | cut -b 1-8).tar.gz .PHONY: default options all compile clean doc cleandoc test bm \ install uninstall snapshot -- cgit 1.4.1-2-gfad0