diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-07-31 22:15:01 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-07-31 22:15:01 +0000 |
commit | 187a31425a4710795993499a57b7ad5fa5b04e26 (patch) | |
tree | 84f23aa0391dfca3a37cf33ca0a2ab75bee4c6a0 /eclass/vim.eclass | |
parent | Partial fix for #55870. (Manifest recommit) (diff) | |
download | gentoo-2-187a31425a4710795993499a57b7ad5fa5b04e26.tar.gz gentoo-2-187a31425a4710795993499a57b7ad5fa5b04e26.tar.bz2 gentoo-2-187a31425a4710795993499a57b7ad5fa5b04e26.zip |
change /bin/tar to tar for osx, see bug #58838
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r-- | eclass/vim.eclass | 4 |
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 |