mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-04 01:10:49 +01:00
Replace invaliud bindata variable names within make task
This commit is contained in:
parent
6dd2c3b2db
commit
e93d394620
1 changed files with 2 additions and 0 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue