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