Accepting request 774211 from home:toromtomtom:branches:network

- replace shebangs pointing to /usr/bin/bash with /bin/bash. This removes the requirement /usr/bin/bash from the RPM. Fixes boo#1163276.

OBS-URL: https://build.opensuse.org/request/show/774211
OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=83
This commit is contained in:
Mia Herkt 2020-02-14 00:55:08 +00:00 committed by Git OBS Bridge
parent f20f12f029
commit dfa145d409
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 13 16:14:30 UTC 2020 - Tom Warnke <tom+opensuse@toromtomtom.com>
- replace shebangs pointing to /usr/bin/bash with /bin/bash. This
removes the requirement /usr/bin/bash from the RPM.
Fixes boo#1163276.
-------------------------------------------------------------------
Wed Feb 5 07:18:39 UTC 2020 - Martin Rey <mrey@suse.com>

View File

@ -67,6 +67,8 @@ sed -i '1d' %{name}/__main__.py
sed -i 's,^#!/usr/bin/env ,#!/usr/bin/,' \
misc/userscripts/* \
scripts/*.py
sed -i 's,^#!/usr/bin/bash,#!/bin/bash,' \
misc/userscripts/*
mv misc/Makefile .
%build