Use e2fsprogs 1.41.4 instead of 1.41.0 if no version is installed
This commit is contained in:
parent
b399eb805f
commit
9a84e56b96
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ else
|
||||||
compiledir=$1
|
compiledir=$1
|
||||||
if [ "$1" != "$CC" ];
|
if [ "$1" != "$CC" ];
|
||||||
then
|
then
|
||||||
VER_E2FSPROGS=1.41.0
|
VER_E2FSPROGS=1.41.4
|
||||||
crosscompile_target=$1
|
crosscompile_target=$1
|
||||||
TESTDISKCC=$crosscompile_target-gcc
|
TESTDISKCC=$crosscompile_target-gcc
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue