diff --git a/ranger.spec b/ranger.spec index 18dda09..709d4b5 100644 --- a/ranger.spec +++ b/ranger.spec @@ -51,7 +51,7 @@ though ranger is easily controllable with just the arrow keys or the mouse. %setup -q %patch0 -p1 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 python3 ./setup.py build