Index: common/libs/func_check_version.sh
============================================================
=======
--- common/libs/func_check_version.sh (revision 3512)
+++ common/libs/func_check_version.sh (working copy)
 -36,7
+36,7 
This script requires $ or
greatern"
# Ask the user instead of bomb, to make happy that
packages which version
# ouput don't follow our expectations
- echo "If you are sure that you have instaled a
proper version of $$TXT$"
+ echo "If you are sure that you have installed a
proper version of $$TXT$"
echo "but jhalfs has failed to detect it, press
'c' and 'ENTER' keys to continue,"
echo -n "otherwise press 'ENTER' key to stop
jhalfs. "
read ANSWER
 -84,7
+84,7 
libcVer="`/lib/libc.so.6 | head -n1`"
libcVer="${libcVer##*version }"
check_version "2.2.5" ${libcVer%%,*}
"GLIBC"
- check_version "2.12" "$(ld --version |
head -n1 | cut -d" " -f4)"
"BINUTILS"
+ check_version "2.12" "$(ld --version |
head -n1 | cut -d" " -f5)"
"BINUTILS"
check_version "1.15" "$(tar --version |
head -n1 | cut -d" " -f4)"
"TAR"
bzip2Ver="$(bzip2 --version 2>&1 <
/dev/null | head -n1 | cut -d" " -f8)"
check_version "1.0.2"
"${bzip2Ver%%,*}"
"BZIP2"
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
|