From c76471edce857140e468b314f432ace53463d323 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 17 Jan 2007 09:06:19 +0000 Subject: Use the portable -o option for tar. Thanks to Timothy Redaelli for the patch. (trunk r5676) svn path=/main/branches/2.1.2/; revision=5688 --- 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 02e947010..4bf8de400 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -426,7 +426,7 @@ unpack() { ;; bz2|bz) if [ "${y}" == "tar" ]; then - bzip2 -dc "${srcdir}${x}" | tar xof - ${tarvars} + bzip2 -dc "${srcdir}${x}" | tar xof - assert "$myfail" else bzip2 -dc "${srcdir}${x}" > ${x%.*} || die "$myfail" -- cgit v1.2.3-1-g7c22