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