use .gopath/ instead of build/

This commit is contained in:
Mikhail Sobolev 2013-03-26 02:23:36 +02:00
parent 6b4bc971fd
commit a57b37ed0e
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -9,4 +9,4 @@ command-line-arguments.test
.flymake*
docker.test
auth/auth.test
build/
.gopath/

View File

@ -1,6 +1,6 @@
DOCKER_PACKAGE := github.com/dotcloud/docker
BUILD_DIR := $(CURDIR)/build
BUILD_DIR := $(CURDIR)/.gopath
GOPATH ?= $(BUILD_DIR)
export GOPATH