[packages/gif2png] - updated shebang fix

qboosh qboosh at pld-linux.org
Sat Nov 25 19:31:50 CET 2023


commit f75d5c14d68dbd232062de80a40099d8f3f31ff0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Nov 25 19:09:44 2023 +0100

    - updated shebang fix

 gif2png.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/gif2png.spec b/gif2png.spec
index 748e1ef..b31fb36 100644
--- a/gif2png.spec
+++ b/gif2png.spec
@@ -52,7 +52,8 @@ referência IMG SRC.
 %prep
 %setup -q
 
-%{__sed} -i -e '1s,/usr/bin/env python,/usr/bin/python,' web2png
+# not python3 ready as of 2.5.14
+%{__sed} -i -e '1s,/usr/bin/env python,%{__python},' web2png
 
 %build
 %{__make} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gif2png.git/commitdiff/f75d5c14d68dbd232062de80a40099d8f3f31ff0



More information about the pld-cvs-commit mailing list