From: Zac Medico Date: Sun, 18 Feb 2007 23:27:57 +0000 (-0000) Subject: Don't exclude . since that excludes the entire contents of some tar files. X-Git-Tag: v2.2_pre1~1680 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d42e48a70986ae6a0b1c50543cdc7bc221c71016;p=portage.git Don't exclude . since that excludes the entire contents of some tar files. svn path=/main/trunk/; revision=6004 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 69f22f44c..7c85b5a39 100755 --- 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