commit a462171cd4f6212f1cb360b3788749737d6d271c
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 17:25:25 2023 +0100
fix
videomorph.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/videomorph.spec b/videomorph.spec
index 37c5fc7..3a70153 100644
--- a/videomorph.spec
+++ b/videomorph.spec
@@ -26,7 +26,7 @@ FLV, MOV, OGV, and also extract the audio to a file with MP3 format.
%prep
%autosetup
-pathfix.py -pni "%{__python3}" setup.py bin/videomorph tests/*
+sed -i -e 's@#!/usr/bin/python@#!/usr/bin/python3@g' setup.py bin/videomorph
tests/*
%build
Show replies by date