On god COPR is unstable

It was working perfectly last month without this
This commit is contained in:
James Edington 2021-03-13 17:44:40 -06:00
parent dc3d9f3400
commit eccc50e6d0

View File

@ -34,7 +34,7 @@ exposes the program functionality in a usable way.
%setup -q %setup -q
# Use /var/tmp by default # Use /var/tmp by default
sed -i -e 's@"/tmp"@"/var/tmp"@' src/rmdConfig.* sed -i -e 's@"/tmp"@"/var/tmp"@' src/rmdConfig.py src/rmdConfig.py.in
# Clean up interpreter shebang # Clean up interpreter shebang
sed -i -e 's@^#!/usr/bin/python$@#!/usr/bin/env python2@' src/gtk-recordMyDesktop.in sed -i -e 's@^#!/usr/bin/python$@#!/usr/bin/env python2@' src/gtk-recordMyDesktop.in