summaryrefslogtreecommitdiff
path: root/user/htop/fix-python-path.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-02 21:43:03 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-02 21:56:16 -0500
commit15f8572f9aa3ed919481d0e30f1e25a5ca81db9e (patch)
tree3e40873340865ee9246e0d7ea5162e9c1bd7d2fb /user/htop/fix-python-path.patch
parent726d34dd37e808e2b56f3424e1cb5771e05fb03f (diff)
downloadpackages-15f8572f9aa3ed919481d0e30f1e25a5ca81db9e.tar.gz
packages-15f8572f9aa3ed919481d0e30f1e25a5ca81db9e.tar.bz2
packages-15f8572f9aa3ed919481d0e30f1e25a5ca81db9e.tar.xz
packages-15f8572f9aa3ed919481d0e30f1e25a5ca81db9e.zip
user/htop: new package
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