summaryrefslogtreecommitdiff
path: root/python-av.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-av.spec')
-rw-r--r--python-av.spec6
1 files changed, 5 insertions, 1 deletions
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}