diff options
author | Thomas Boerger <thomas@webhippie.de> | 2016-11-29 14:14:22 +0100 |
---|---|---|
committer | Thomas Boerger <thomas@webhippie.de> | 2016-11-29 14:14:22 +0100 |
commit | e93d3946206108e1ffb3119107da7296b7b9355f (patch) | |
tree | d820fb44e53a5c1ed985a48a4459a01464935313 /Makefile | |
parent | 6dd2c3b2dbff129e23ce0e35ea0d7ebc8f0a6249 (diff) | |
download | gitea-e93d3946206108e1ffb3119107da7296b7b9355f.tar.gz gitea-e93d3946206108e1ffb3119107da7296b7b9355f.zip |
Replace invaliud bindata variable names within make task
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |