From 9a7c3c9eb6a8b5305419ea62db4930d32b3f8c18 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 18 Feb 2007 23:29:10 +0000 Subject: 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 --- 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 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 -- cgit v1.2.3-1-g7c22