Luigi Baldoni 2018-01-29 06:42:47 +00:00 committed by Git OBS Bridge
parent d863799ad0
commit f77dbf0153

View File

@ -51,7 +51,7 @@ though ranger is easily controllable with just the arrow keys or the mouse.
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
sed -e 's|#!/usr/bin/env python|#!%{_bindir}/python3|' -i doc/tools/*.py sed -e 's|#!/usr/bin/env python|#!%{_bindir}/python3|' -i doc/tools/*.py
sed -e 's|#!/usr/bin/env bash|#!%{_bindir}/bash|' -i ranger/data/scope.sh sed -e 's|#!/usr/bin/env bash|#!/bin/bash|' -i ranger/data/scope.sh
%build %build
python3 ./setup.py build python3 ./setup.py build