Don't exclude . since that excludes the entire contents of some tar files.
authorZac Medico <zmedico@gentoo.org>
Sun, 18 Feb 2007 23:27:57 +0000 (23:27 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 18 Feb 2007 23:27:57 +0000 (23:27 -0000)
svn path=/main/trunk/; revision=6004

bin/ebuild.sh

index 69f22f44cbf80fe31d1c4a5f39986278cadc0282..7c85b5a39e8327b5a1d645ca628bb7a1334427fb 100755 (executable)
@@ -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