mirror of
https://github.com/kopia/kopia.git
synced 2026-01-30 01:03:08 -05:00
Install go-bindata in /bin
This commit is contained in:
committed by
Jarek Kowalski
parent
c03a143ae9
commit
a7ee7d57b6
@@ -29,7 +29,7 @@ else
|
||||
endif
|
||||
mv $(TOOLS_DIR)/nodejs/node-v$(NODE_VERSION)* $(TOOLS_DIR)/nodejs/node/
|
||||
|
||||
BINDATA_TOOL=$(TOOLS_DIR)/go-bindata
|
||||
BINDATA_TOOL=$(TOOLS_DIR)/bin/go-bindata
|
||||
|
||||
$(BINDATA_TOOL):
|
||||
go build -o $(BINDATA_TOOL) github.com/go-bindata/go-bindata/go-bindata
|
||||
|
||||
Reference in New Issue
Block a user