projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6872121
)
Don't exclude . since that excludes the entire contents of some tar files.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 18 Feb 2007 23:27:57 +0000
(23:27 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 18 Feb 2007 23:27:57 +0000
(23:27 -0000)
svn path=/main/trunk/; revision=6004
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 69f22f44cbf80fe31d1c4a5f39986278cadc0282..7c85b5a39e8327b5a1d645ca628bb7a1334427fb 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-310,7
+310,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