From e93d3946206108e1ffb3119107da7296b7b9355f Mon Sep 17 00:00:00 2001
From: Thomas Boerger <thomas@webhippie.de>
Date: Tue, 29 Nov 2016 14:14:22 +0100
Subject: Replace invaliud bindata variable names within make task

---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index 51ba3758c5..de60dff818 100644
--- a/Makefile
+++ b/Makefile
@@ -131,6 +131,8 @@ bindata: modules/bindata/bindata.go
 modules/bindata/bindata.go: $(BINDATA)
 	go-bindata -o=$@ -ignore="\\.go|README.md|TRANSLATORS" -pkg=bindata conf/...
 	go fmt $@
+	sed -i.bak 's/confLocaleLocale_/confLocaleLocale/' $@
+	rm $@.bak
 
 .PHONY: javascripts
 javascripts: public/js/index.js
-- 
cgit v1.2.3