From a18b184d6550842049cccf5cacde5e651d21e765 Mon Sep 17 00:00:00 2001 From: mark mitchell Date: Sun, 29 Jul 2018 09:46:44 -0700 Subject: [PATCH] Allow makeself 2.3.0 [ci skip] --- dev/linux/build_installer_64_bits | 2 +- dev/linux/build_installer_cross_compile_to_32_bits | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/linux/build_installer_64_bits b/dev/linux/build_installer_64_bits index 8d0e2210..be314175 100755 --- a/dev/linux/build_installer_64_bits +++ b/dev/linux/build_installer_64_bits @@ -9,7 +9,7 @@ function checkMakeselfVersion() MINORGOT=`makeself -v | awk '{print $3}' | awk -F. '{print $2}'` REVISIONGOT=`makeself -v | awk '{print $3}' | awk -F. '{print $3}'` MAJORWANTED=2 - MINORWANTED=4 + MINORWANTED=3 REVISIONWANTED=0 BAD=0 if [ "$MAJORGOT" -lt "$MAJORWANTED" ]; then diff --git a/dev/linux/build_installer_cross_compile_to_32_bits b/dev/linux/build_installer_cross_compile_to_32_bits index aec1fca0..23b78a27 100755 --- a/dev/linux/build_installer_cross_compile_to_32_bits +++ b/dev/linux/build_installer_cross_compile_to_32_bits @@ -9,7 +9,7 @@ function checkMakeselfVersion() MINORGOT=`makeself -v | awk '{print $3}' | awk -F. '{print $2}'` REVISIONGOT=`makeself -v | awk '{print $3}' | awk -F. '{print $3}'` MAJORWANTED=2 - MINORWANTED=4 + MINORWANTED=3 REVISIONWANTED=0 BAD=0 if [ "$MAJORGOT" -lt "$MAJORWANTED" ]; then