diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2004-04-22 11:27:03 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2004-04-22 11:27:03 +0000 |
commit | 66a5d70b22e25591b7dba5fac704149846826356 (patch) | |
tree | 49307d805b82bd14f1e0f7d86cbf5c32af84e2bf /dev-lang/ocaml/ocaml-3.07-r1.ebuild | |
parent | Version bump (Manifest recommit) (diff) | |
download | gentoo-2-66a5d70b22e25591b7dba5fac704149846826356.tar.gz gentoo-2-66a5d70b22e25591b7dba5fac704149846826356.tar.bz2 gentoo-2-66a5d70b22e25591b7dba5fac704149846826356.zip |
Fix bug #48485.
Diffstat (limited to 'dev-lang/ocaml/ocaml-3.07-r1.ebuild')
-rw-r--r-- | dev-lang/ocaml/ocaml-3.07-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ocaml/ocaml-3.07-r1.ebuild b/dev-lang/ocaml/ocaml-3.07-r1.ebuild index d615814313ae..67b76566e3a3 100644 --- a/dev-lang/ocaml/ocaml-3.07-r1.ebuild +++ b/dev-lang/ocaml/ocaml-3.07-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.5 2004/04/19 12:01:29 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.6 2004/04/22 11:27:03 mattam Exp $ inherit flag-o-matic eutils @@ -19,7 +19,7 @@ DEPEND="virtual/glibc tcltk? ( >=dev-lang/tk-3.3.3 )" src_unpack() { - unpack ${A} + unpack ${P}.tar.gz cd ${S} epatch ${DISTDIR}/${P}-patch2.diffs grep -rle "head -1" . | xargs sed -i "s:head -1:head -n 1:g" |