File hhd-fix-scripts.patch of Package hhd
diff --git a/src/adjustor/drivers/gpu/ppd.py b/src/adjustor/drivers/gpu/ppd.py old mode 100644 new mode 100755 index b543cf3a..706a2cf9 --- a/src/adjustor/drivers/gpu/ppd.py +++ b/src/adjustor/drivers/gpu/ppd.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 import fcntl import os diff --git a/src/hhd/contrib/hid_desc.py b/src/hhd/contrib/hid_desc.py index 0e14fa0d..36116567 100644 --- a/src/hhd/contrib/hid_desc.py +++ b/src/hhd/contrib/hid_desc.py @@ -1,4 +1,3 @@ -#!/bin/env python3 # -*- coding: utf-8 -*- # # Copyright (c) 2024 Antheas Kapenekakis