From: Chris Gianelloni Date: Wed, 8 Feb 2006 15:44:40 +0000 (+0000) Subject: Changed unpacking of klibc to use tar j instead of tar z. X-Git-Tag: v3.4.10.902~386 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=756d4335235491cf1d530e9aa267939f9fc1a643;p=genkernel.git Changed unpacking of klibc to use tar j instead of tar z. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@366 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- diff --git a/gen_compile.sh b/gen_compile.sh index 5b0cde7..1146700 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -774,7 +774,7 @@ compile_klibc() { rm -rf "${KLIBC_DIR}" klibc-build [ ! -f "${KLIBC_SRCTAR}" ] && gen_die "Could not find klibc tarball: ${KLIBC_SRCTAR}" - /bin/tar zxpf "${KLIBC_SRCTAR}" || + /bin/tar jxpf "${KLIBC_SRCTAR}" || gen_die 'Could not extract klibc tarball' [ ! -d "${KLIBC_DIR}" ] && gen_die "klibc tarball ${KLIBC_SRCTAR} is invalid"