aboutsummaryrefslogtreecommitdiffstats
path: root/main/htop/fix-python-path.patch
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-04-10 16:58:23 +0000
committerTimo Teräs <timo.teras@iki.fi>2018-04-13 05:44:00 +0000
commitbcb659c09ad1f37f3bdbc15680325a8ea0f0466f (patch)
treeb3b6cd98e1ad35ba7d0b7af47db6f8232d697123 /main/htop/fix-python-path.patch
parentbd4ba6414dbdc3165e45311888e6c6446573c00d (diff)
downloadaports-bcb659c09ad1f37f3bdbc15680325a8ea0f0466f.tar.bz2
aports-bcb659c09ad1f37f3bdbc15680325a8ea0f0466f.tar.xz
main/htop: upgrade to python3, clarify license
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