mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-18 22:23:07 -03:00
Rename onigumura to oniguruma
This change names the dependency like its called. The link to the package was correct, but all other references were renamed where I could find time with git grep. Signed-off-by: Zeger-Jan van de Weg <git@zjvandeweg.nl>
This commit is contained in:
6
Makefile
6
Makefile
@ -42,7 +42,7 @@ NATIVE_LIB=./shared/enry.go
|
||||
RUBEX_PATCHED := internal/code-generator/generator/heuristics.go internal/tokenizer/tokenize.go common.go
|
||||
RUBEX_ORIG := $(RUBEX_PATCHED:=.orig)
|
||||
|
||||
.PHONY: revert-onigumura
|
||||
.PHONY: revert-oniguruma
|
||||
|
||||
$(LINGUIST_PATH):
|
||||
git clone https://github.com/github/linguist.git $@
|
||||
@ -73,9 +73,9 @@ $(RUBEX_ORIG): %.orig : %
|
||||
sed -i.orig -e 's/"regexp"/regexp "github.com\/moovweb\/rubex"/g' $<
|
||||
@touch $@
|
||||
|
||||
onigumura: $(RUBEX_ORIG)
|
||||
oniguruma: $(RUBEX_ORIG)
|
||||
|
||||
revert-onigumura:
|
||||
revert-oniguruma:
|
||||
@for file in $(RUBEX_PATCHED); do if [ -e "$$file.orig" ]; then mv "$$file.orig" "$$file" && echo mv "$$file.orig" "$$file"; fi; done
|
||||
|
||||
build-cli:
|
||||
|
Reference in New Issue
Block a user