[packages/usbutils] fix lsusb.py shebang

atler atler at pld-linux.org
Wed Oct 23 18:41:10 CEST 2024


commit 2b67dfa8ddd36efdea208e537d8a873d570f0f54
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Oct 23 18:16:21 2024 +0200

    fix lsusb.py shebang

 usbutils.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/usbutils.spec b/usbutils.spec
index 0ff0f37..aff874f 100644
--- a/usbutils.spec
+++ b/usbutils.spec
@@ -54,7 +54,7 @@ Program lsusb napisany w Pythonie.
 %setup -q
 %patch0 -p1
 
-%{__sed} -i -e '1s,.*python3,%{__python3},' lsusb.py
+%{__sed} -i -e '1s,.*python3,#!%{__python3},' lsusb.py
 
 %build
 %meson build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/usbutils.git/commitdiff/2b67dfa8ddd36efdea208e537d8a873d570f0f54



More information about the pld-cvs-commit mailing list