From e1a9adc51d6a9d96a931d8c95f9b6bd9bc59aab3 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Sat, 15 Jul 2023 11:57:06 +0300 Subject: [PATCH] Update 0000-pika-patch.patch --- patches/0000-pika-patch.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/0000-pika-patch.patch b/patches/0000-pika-patch.patch index 15a3c6b..2a7d2f7 100644 --- a/patches/0000-pika-patch.patch +++ b/patches/0000-pika-patch.patch @@ -1,7 +1,7 @@ -diff --git usr/lib/hwsupport/power-button-handler.py usr/lib/hwsupport/power-button-handler.py +diff --git a/usr/lib/hwsupport/power-button-handler.py b/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 +--- a/usr/lib/hwsupport/power-button-handler.py ++++ b/usr/lib/hwsupport/power-button-handler.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/bin/env python3 -u