diff options
author | Martin Stransky <stransky@redhat.com> | 2020-02-12 14:13:32 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-02-12 14:13:32 +0100 |
commit | 6fe348c56f72cba485f5dc747bfdd9c8131382b0 (patch) | |
tree | 0b21763c890f3adeda191210e2a4c06e08a9d6fb | |
parent | Merge branch 'master' into f31 (diff) | |
parent | Added build patch (diff) | |
download | librewolf-fedora-ff-6fe348c56f72cba485f5dc747bfdd9c8131382b0.tar.gz librewolf-fedora-ff-6fe348c56f72cba485f5dc747bfdd9c8131382b0.tar.bz2 librewolf-fedora-ff-6fe348c56f72cba485f5dc747bfdd9c8131382b0.zip |
Merge branch 'master' into f31
-rw-r--r-- | fedora-shebang-build.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fedora-shebang-build.patch b/fedora-shebang-build.patch new file mode 100644 index 0000000..9ade86c --- /dev/null +++ b/fedora-shebang-build.patch @@ -0,0 +1,9 @@ +diff -up firefox-73.0/build/unix/run-mozilla.sh.old firefox-73.0/build/unix/run-mozilla.sh +--- firefox-73.0/build/unix/run-mozilla.sh.old 2020-02-12 09:58:00.150895904 +0100 ++++ firefox-73.0/build/unix/run-mozilla.sh 2020-02-12 09:58:06.505860696 +0100 +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/usr/bin/sh + # + # This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this |