From d42e48a70986ae6a0b1c50543cdc7bc221c71016 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 18 Feb 2007 23:27:57 +0000 Subject: Don't exclude . since that excludes the entire contents of some tar files. svn path=/main/trunk/; revision=6004 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ebuild.sh') 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 -- cgit v1.2.3-1-g7c22