mirror of
https://github.com/CartoDB/crankshaft.git
synced 2024-11-01 10:20:48 +08:00
Fix python2 parse
This commit is contained in:
parent
32b2068648
commit
fb0b9d51b1
@ -33,7 +33,7 @@ ifneq ($(PG_PARALLEL), true)
|
||||
endif
|
||||
ifneq ($(PYTHON3), true)
|
||||
$(eval TMPFILE := $(shell mktemp /tmp/$@.XXXXXXXXXX))
|
||||
$(SED) -e 's/plpython3u/plpythonu/g' $$n > $(TMPFILE);
|
||||
$(SED) -e 's/plpython3u/plpythonu/g' $@ > $(TMPFILE);
|
||||
mv $(TMPFILE) $@
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user