Don't exclude . since that excludes the entire contents of some tar files. (trunk...
authorZac Medico <zmedico@gentoo.org>
Sun, 18 Feb 2007 23:29:10 +0000 (23:29 -0000)
committerZac 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

index 0f0c23f0115b1fa2e97bbf28bdcd82990ebdb461..e5af3e754a8c612386cff6280225a12d6116ed08 100755 (executable)
@@ -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