summaryrefslogtreecommitdiff
path: root/libre/linux-libre-firmware/0008-Makefile-Set-shell-to-bin-bash.patch
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-03-29 16:49:45 -0300
committerDavid P <megver83@parabola.nu>2020-03-29 16:49:45 -0300
commit563ccf0a9166d7d10a212544ea3b503086d58fbd (patch)
treeec78e65adf7e5034b51864f87ebb1221c6eddbeb /libre/linux-libre-firmware/0008-Makefile-Set-shell-to-bin-bash.patch
parent13b73a2ed81c0d116b04d118f04b93c9ceb5b286 (diff)
downloadabslibre-563ccf0a9166d7d10a212544ea3b503086d58fbd.tar.gz
abslibre-563ccf0a9166d7d10a212544ea3b503086d58fbd.tar.bz2
abslibre-563ccf0a9166d7d10a212544ea3b503086d58fbd.zip
updpkg: libre/linux-libre-firmware 1:1.3.1-2
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/linux-libre-firmware/0008-Makefile-Set-shell-to-bin-bash.patch')
-rw-r--r--libre/linux-libre-firmware/0008-Makefile-Set-shell-to-bin-bash.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/libre/linux-libre-firmware/0008-Makefile-Set-shell-to-bin-bash.patch b/libre/linux-libre-firmware/0008-Makefile-Set-shell-to-bin-bash.patch
new file mode 100644
index 000000000..6029cd5b4
--- /dev/null
+++ b/libre/linux-libre-firmware/0008-Makefile-Set-shell-to-bin-bash.patch
@@ -0,0 +1,25 @@
+From a4d24e3a224a19404bc3ac98389ff376198c85ef Mon Sep 17 00:00:00 2001
+From: Jason Self <j@jxself.org>
+Date: Thu, 4 Jul 2019 18:37:45 -0700
+Subject: [PATCH 8/8] Makefile: Set shell to /bin/bash
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index b5bfb47..5e38d94 100644
+--- a/Makefile
++++ b/Makefile
+@@ -13,7 +13,7 @@
+ # You should have received a copy of the GNU General Public License
+ # along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+-shell=/bin/sh
++shell=/bin/bash
+ prefix=/lib/firmware
+ install_program=install
+
+--
+2.26.0
+