projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5560481
)
Don't exclude . since that excludes the entire contents of some tar files. (trunk...
author
Zac Medico
<zmedico@gentoo.org>
Sun, 18 Feb 2007 23:29:10 +0000
(23:29 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 18 Feb 2007 23:29:10 +0000
(23:29 -0000)
svn path=/main/branches/2.1.2/; revision=6005
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 0f0c23f0115b1fa2e97bbf28bdcd82990ebdb461..e5af3e754a8c612386cff6280225a12d6116ed08 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-385,7
+385,7
@@
unpack() {
local x
local y
local myfail
- local tar_opts="
--exclude ." # preserve ${PORTAGE_WORKDIR_MODE}
+ local tar_opts="
"
[ -z "$*" ] && die "Nothing passed to the 'unpack' command"
for x in "$@"; do