aports/main/htop/fix-python-path.patch

9 lines
183 B
Diff

--- 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