commit b963e700e97c2074cc6e6c4d3f7b258c92a346cf
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 17:47:21 2023 +0100
fix
python-vlc.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-vlc.spec b/python-vlc.spec
index b62bb53..fb9b604 100644
--- a/python-vlc.spec
+++ b/python-vlc.spec
@@ -32,7 +32,7 @@ Requires: vlc-core >= 1.1.0
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info
# fix shebang
-sed -i -e 's@#!/usr/bin/python@#!/usr/bin/python3@g' \
+sed -i -e 's@/usr/bin/python@/usr/bin/python3@g' \
examples/glsurface.py \
examples/play_buffer.py vlc.py
#fix rpmlint