From: Zac Medico Date: Sun, 18 Feb 2007 23:29:10 +0000 (-0000) Subject: Don't exclude . since that excludes the entire contents of some tar files. (trunk... X-Git-Tag: v2.1.2.1~60 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9a7c3c9eb6a8b5305419ea62db4930d32b3f8c18;p=portage.git Don't exclude . since that excludes the entire contents of some tar files. (trunk r6003:6004) svn path=/main/branches/2.1.2/; revision=6005 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 0f0c23f01..e5af3e754 100755 --- 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