projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d4dcbc
)
Changed unpacking of klibc to use tar j instead of tar z.
author
Chris Gianelloni
<wolf31o2@gentoo.org>
Wed, 8 Feb 2006 15:44:40 +0000
(15:44 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/gen_compile.sh
b/gen_compile.sh
index 5b0cde7571e6183a7954e907f7fb33b1ed2bdc08..1146700696569a7fedf457d0a1cf647225ccdcda 100644
(file)
--- 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
z
xpf "${KLIBC_SRCTAR}" ||
+ /bin/tar
j
xpf "${KLIBC_SRCTAR}" ||
gen_die 'Could not extract klibc tarball'
[ ! -d "${KLIBC_DIR}" ] &&
gen_die "klibc tarball ${KLIBC_SRCTAR} is invalid"