Fix python2 parse

pull/214/head
Raúl Marín 5 years ago
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…
Cancel
Save