From f77dbf0153d88831a4d0cc99c175026d00c435b8 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Mon, 29 Jan 2018 06:42:47 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/utilities/ranger?expand=0&rev=20 --- ranger.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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