summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-07-31 22:15:01 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-07-31 22:15:01 +0000
commit266d6a9d9926c23f44cd254bb105113cd3495345 (patch)
tree3aaa88121b949588a133a656a2e790eac4bd69eb /eclass
parentPartial fix for #55870. (diff)
downloadhistorical-266d6a9d9926c23f44cd254bb105113cd3495345.tar.gz
historical-266d6a9d9926c23f44cd254bb105113cd3495345.tar.bz2
historical-266d6a9d9926c23f44cd254bb105113cd3495345.zip
change /bin/tar to tar for osx, see bug #58838
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vim.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass
index e8ff5a534137..de8d13eca368 100644
--- a/eclass/vim.eclass
+++ b/eclass/vim.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.64 2004/07/31 20:56:57 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.65 2004/07/31 22:15:01 ciaranm Exp $
# Authors:
# Ryan Phillips <rphillips@gentoo.org>
@@ -129,7 +129,7 @@ vim_src_unpack() {
cd ${S} || die
ebegin "Unpacking vim runtime snapshot"
rm -rf runtime
- bzip2 -dc ${DISTDIR}/${VIM_RUNTIME_SNAP} | /bin/tar xf -
+ bzip2 -dc ${DISTDIR}/${VIM_RUNTIME_SNAP} | tar xf -
assert # this will check both parts of the pipeline; eend would not
eend 0
fi