Commit e4cee4d6 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Be explicit about python version

parent 2e586653
......@@ -27,7 +27,7 @@ all: generate html
cp source/favicon.ico build/html
generate:
cd source/vmods && python build.py
cd source/vmods && python2.7 build.py
pub:
${MAKE} rsync \
......
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