summarylogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorJordan MacDonald2018-11-22 23:58:12 -0500
committerJordan MacDonald2018-11-22 23:58:12 -0500
commitfc51d62d74e8f14609c3f4acff9bf94caf0b1290 (patch)
tree98f7fc3960d04c01b02094a83ec21221f252a869 /python
parent66d17d72357937031cccadd2ccc78c0a9734b692 (diff)
downloadaur-fc51d62d74e8f14609c3f4acff9bf94caf0b1290.tar.gz
Add python => python2 shim
Termbox uses an outdated version of waf during its build that doesn't work with Python 3.7. This change patches the install process to point the python executable to Arch's python2 package executable, instead.
Diffstat (limited to 'python')
-rwxr-xr-xpython3
1 files changed, 3 insertions, 0 deletions
diff --git a/python b/python
new file mode 100755
index 000000000000..01d11706d227
--- /dev/null
+++ b/python
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+python2 "$@"