From 009f839e543675b5009515533788f69b71287c81 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sun, 14 Apr 2024 16:03:03 +0000 Subject: automatic import of python-av --- python-av.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-av.spec b/python-av.spec index 543cbf0..128d848 100644 --- a/python-av.spec +++ b/python-av.spec @@ -42,7 +42,11 @@ Summary: %{pkg_summary} %{pkg_description} %prep -echo "alias python=python3" >> ~/.bashrc + +cat << EOF | tee -a ~/.bashrc +alias python=python3 +EOF + source ~/.bashrc %autosetup -p1 -n PyAV-%{pypi_version} -- cgit v1.2.3