From 74f2f49d8b03bfef635bfaea50aa667fe5a5b319 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Sat, 15 Jul 2023 11:47:44 +0300 Subject: [PATCH] Create 0000-pika-patch.patch --- patches/0000-pika-patch.patch | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 patches/0000-pika-patch.patch diff --git a/patches/0000-pika-patch.patch b/patches/0000-pika-patch.patch new file mode 100644 index 0000000..15a3c6b --- /dev/null +++ b/patches/0000-pika-patch.patch @@ -0,0 +1,7 @@ +diff --git usr/lib/hwsupport/power-button-handler.py usr/lib/hwsupport/power-button-handler.py +index 1a46251..cbf7857 100755 +--- usr/lib/hwsupport/power-button-handler.py ++++ usr/lib/hwsupport/power-button-handler.py +@@ -1,4 +1,4 @@ +-#!/usr/bin/python ++#!/bin/env python3 -u