summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Boerger <thomas@webhippie.de>2016-11-29 14:14:22 +0100
committerThomas Boerger <thomas@webhippie.de>2016-11-29 14:14:22 +0100
commite93d3946206108e1ffb3119107da7296b7b9355f (patch)
treed820fb44e53a5c1ed985a48a4459a01464935313 /Makefile
parent6dd2c3b2dbff129e23ce0e35ea0d7ebc8f0a6249 (diff)
downloadgitea-e93d3946206108e1ffb3119107da7296b7b9355f.tar.gz
gitea-e93d3946206108e1ffb3119107da7296b7b9355f.zip
Replace invaliud bindata variable names within make task
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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