Changed unpacking of klibc to use tar j instead of tar z.
authorChris Gianelloni <wolf31o2@gentoo.org>
Wed, 8 Feb 2006 15:44:40 +0000 (15:44 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Wed, 8 Feb 2006 15:44:40 +0000 (15:44 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@366 67a159dc-881f-0410-a524-ba9dfbe2cb84

gen_compile.sh

index 5b0cde7571e6183a7954e907f7fb33b1ed2bdc08..1146700696569a7fedf457d0a1cf647225ccdcda 100644 (file)
@@ -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"