summaryrefslogtreecommitdiff
path: root/user/htop/fix-python-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/htop/fix-python-path.patch')
-rw-r--r--user/htop/fix-python-path.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/user/htop/fix-python-path.patch b/user/htop/fix-python-path.patch
new file mode 100644
index 000000000..4d11bfb4a
--- /dev/null
+++ b/user/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/env python3
+ import os, sys, string, io
+ try:
+ from StringIO import StringIO