steamdeck-jupiter-driver/patches/0000-pika-patch.patch

8 lines
283 B
Diff
Raw Normal View History

2023-07-15 10:57:06 +02:00
diff --git a/usr/lib/hwsupport/power-button-handler.py b/usr/lib/hwsupport/power-button-handler.py
2023-07-15 10:47:44 +02:00
index 1a46251..cbf7857 100755
2023-07-15 10:57:06 +02:00
--- a/usr/lib/hwsupport/power-button-handler.py
+++ b/usr/lib/hwsupport/power-button-handler.py
2023-07-15 10:47:44 +02:00
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/bin/env python3 -u