Use e2fsprogs 1.41.4 instead of 1.41.0 if no version is installed

This commit is contained in:
Christophe Grenier 2009-02-26 09:29:25 +01:00
parent b399eb805f
commit 9a84e56b96

View file

@ -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