Commit 45961b4f authored by Hanno Schlichting's avatar Hanno Schlichting

travis: forgot to put back the curl/untar

parent 021663b8
...@@ -19,6 +19,8 @@ all: build ...@@ -19,6 +19,8 @@ all: build
$(PYTHON_PATH): $(PYTHON_PATH):
@echo "Installing Python" @echo "Installing Python"
mkdir -p $(PYTHON_PATH) mkdir -p $(PYTHON_PATH)
cd $(PYTHON_PATH) && \
curl --progress-bar $(PYTHON_DOWNLOAD) | tar -zx
cd $(PYTHON_PATH)/Python-$(PYTHON_MINOR) && \ cd $(PYTHON_PATH)/Python-$(PYTHON_MINOR) && \
./configure --prefix $(PYTHON_PATH) && make && make install ./configure --prefix $(PYTHON_PATH) && make && make install
@echo "Finished installing Python" @echo "Finished installing Python"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment