Skip to content

Commit

Permalink
fix source release
Browse files Browse the repository at this point in the history
  • Loading branch information
klizhentas committed May 9, 2016
1 parent 3fa4ddd commit f82069d
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 @@ -94,7 +94,7 @@ integration:
source-release: LINKFLAGS := $(shell linkflags -verpkg=$(PKGPATH)/vendor/github.com/gravitational/version)
source-release: RELEASE := teleport-$(shell linkflags --tag)-src
source-release: RELEASEDIR := $(BUILDDIR)/$(RELEASE)
source-release: flags
source-release:
mkdir -p $(RELEASEDIR)/src/github.com/gravitational/teleport
find -type f | grep -v node_modules | grep -v ./build | grep -v ./.git | grep -v .test$$ > $(BUILDDIR)/files.txt
tar --transform "s_./_teleport/src/github.com/gravitational/teleport/_" -cvf $(BUILDDIR)/$(RELEASE).tar -T $(BUILDDIR)/files.txt
Expand Down

0 comments on commit f82069d

Please sign in to comment.