projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2b395c
)
Use the portable -o option for tar. Thanks to Timothy Redaelli <drizzt@gentoo.org...
author
Zac Medico
<zmedico@gentoo.org>
Wed, 17 Jan 2007 09:06:19 +0000
(09:06 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 17 Jan 2007 09:06:19 +0000
(09:06 -0000)
svn path=/main/branches/2.1.2/; revision=5688
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 02e9470108f20e40444e678017ce622e74476801..4bf8de4007d0fbc677fb7504e78fd8be179d3666 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-426,7
+426,7
@@
unpack() {
;;
bz2|bz)
if [ "${y}" == "tar" ]; then
- bzip2 -dc "${srcdir}${x}" | tar xof -
${tarvars}
+ bzip2 -dc "${srcdir}${x}" | tar xof -
assert "$myfail"
else
bzip2 -dc "${srcdir}${x}" > ${x%.*} || die "$myfail"