Skip to content

Commit 4fb895e

Browse files
committed
Patch installation
1 parent 1faa72f commit 4fb895e

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ before_install:
3030
#sudo ln -s /usr/lib/x86_64-linux-gnu/libtommath.so.1 /usr/lib/x86_64-linux-gnu/libtommath.so.0 #This would be required on bionic and above
3131
wget -O Firebird-3.0.5.33220-0.amd64.tar.gz "https://github.com/FirebirdSQL/firebird/releases/download/R3_0_5/Firebird-3.0.5.33220-0.amd64.tar.gz"
3232
tar xzvf Firebird-3.0.5.33220-0.amd64.tar.gz
33+
git apply 123.diff
3334
pushd Firebird-3.0.5.33220-0.amd64
3435
sudo ./install.sh -silent
3536
popd

123.diff

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
diff --git a/Firebird-3.0.5.33220-0.amd64/install.sh b/Firebird-3.0.5.33220-0.amd64/install.sh
2+
index be319b642..8e909e8f3 100644
3+
--- a/Firebird-3.0.5.33220-0.amd64/install.sh
4+
+++ b/Firebird-3.0.5.33220-0.amd64/install.sh
5+
@@ -712,10 +712,7 @@ runAndCheckExit() {
6+
displayMessage() {
7+
msgText=$1
8+
9+
- if [ ! -z "$InteractiveInstall" ]
10+
- then
11+
- echo $msgText
12+
- fi
13+
+ echo $msgText
14+
}
15+
16+

0 commit comments

Comments
 (0)