From 733444645a74395fd6097bdef51da9c69ee56a58 Mon Sep 17 00:00:00 2001
From: Renan DelValle <renanidelvalle+noreply@gmail.com>
Date: Fri, 28 Dec 2018 09:00:53 -0800
Subject: [PATCH] Changing how we build the go binary now that we're in a
 custom docker image.

---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index cf43dbe..15eceab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,5 +16,5 @@ clean:
 
 override_dh_auto_build:
 	mkdir  $(CURDIR)/build
-	docker run --rm -v "$(CURDIR)":/go/src/github.com/rdelval/australis -w /go/src/github.com/rdelval/australis golang:1.11 go build -o build/australis
+	/usr/local/go/bin/go build -o build/australis
 	build/australis autocomplete --filename=build/australis.bash