From 9a84e56b963ecb93d4ada2e27d5354e9bde33016 Mon Sep 17 00:00:00 2001 From: Christophe Grenier Date: Thu, 26 Feb 2009 09:29:25 +0100 Subject: [PATCH] Use e2fsprogs 1.41.4 instead of 1.41.0 if no version is installed --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index d6b46671..3a7119a8 100755 --- a/compile.sh +++ b/compile.sh @@ -19,7 +19,7 @@ else compiledir=$1 if [ "$1" != "$CC" ]; then - VER_E2FSPROGS=1.41.0 + VER_E2FSPROGS=1.41.4 crosscompile_target=$1 TESTDISKCC=$crosscompile_target-gcc fi