summaryrefslogtreecommitdiff
path: root/fedora-shebang-build.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-02-12 14:13:06 +0100
committerMartin Stransky <stransky@redhat.com>2020-02-12 14:13:06 +0100
commit52b54f0a91dc97e54b8db3b9e7cec26d605ccc80 (patch)
tree68c3c4a23a1eecc0b729043e6e7480b82545b0d4 /fedora-shebang-build.patch
parentBuild fixes (diff)
downloadlibrewolf-fedora-ff-52b54f0a91dc97e54b8db3b9e7cec26d605ccc80.tar.gz
librewolf-fedora-ff-52b54f0a91dc97e54b8db3b9e7cec26d605ccc80.tar.bz2
librewolf-fedora-ff-52b54f0a91dc97e54b8db3b9e7cec26d605ccc80.zip
Added build patch
Diffstat (limited to 'fedora-shebang-build.patch')
-rw-r--r--fedora-shebang-build.patch9
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
bgstack15