Accepting request 774251 from network
OBS-URL: https://build.opensuse.org/request/show/774251 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qutebrowser?expand=0&rev=40
This commit is contained in:
commit
064f1828d4
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user