From 04ed92bcd29cebfaea9958c38a115cc5dd33a43c Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Thu, 15 Sep 2016 13:01:44 -0700 Subject: [PATCH] add subdir to releasetar --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 288264d..19cf33c 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ releasetar: glide-vc --only-code --no-tests --keep="**/*.json.in" git ls-files > /tmp/torusbuild find vendor >> /tmp/torusbuild - tar -cvf release/$(VERSION)/torus_$(VERSION)_src.tar -T /tmp/torusbuild + tar -cvf release/$(VERSION)/torus_$(VERSION)_src.tar -T /tmp/torusbuild --transform 's,^,torus_$(VERSION)/,' rm /tmp/torusbuild gzip release/$(VERSION)/torus_$(VERSION)_src.tar