commit f75d5c14d68dbd232062de80a40099d8f3f31ff0
Author: Jakub Bogusz <[email protected]>
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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit