From 2877183d8fb356be1a08b0f3111fdb21c708fcf5 Mon Sep 17 00:00:00 2001 From: fastviper Date: Sat, 22 Dec 2001 11:37:16 +0000 Subject: [PATCH] - This one fixes problems with ./configure (/bin/sh is NOT a link to /bin/bash in PLD - This is patch from fastviper Changed files: chromium-configure_needs_bash.patch -> 1.1 --- chromium-configure_needs_bash.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 chromium-configure_needs_bash.patch diff --git a/chromium-configure_needs_bash.patch b/chromium-configure_needs_bash.patch new file mode 100644 index 0000000..c17d0a0 --- /dev/null +++ b/chromium-configure_needs_bash.patch @@ -0,0 +1,9 @@ +diff -Nru Chromium-0.9/configure Chromium-0.9-new/configure +--- Chromium-0.9/configure Fri May 11 07:17:12 2001 ++++ Chromium-0.9-new/configure Sat Dec 22 01:49:01 2001 +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/bin/bash + + ## Minimum versions of libs + ################################### -- 2.44.0