Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Commit

Permalink
add subdir to releasetar
Browse files Browse the repository at this point in the history
  • Loading branch information
barakmich committed Sep 15, 2016
1 parent d7b00a1 commit 04ed92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 04ed92b

Please sign in to comment.