aboutsummaryrefslogtreecommitdiffstats
path: root/main/htop/fix-python-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/htop/fix-python-path.patch')
-rw-r--r--main/htop/fix-python-path.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/htop/fix-python-path.patch b/main/htop/fix-python-path.patch
new file mode 100644
index 0000000000..2bf3470516
--- /dev/null
+++ b/main/htop/fix-python-path.patch
@@ -0,0 +1,8 @@
+--- a/scripts/MakeHeader.py
++++ b/scripts/MakeHeader.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python3
+ import os, sys, string, io
+ try:
+ from StringIO import StringIO