diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-02-02 18:06:54 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-02-02 18:06:54 +0000 |
commit | 29988f5070737263a9bbf9952e65dd74a57995c2 (patch) | |
tree | d5a09c5bb3a7efb601e6ddcc590df81defc41aed /dev-lang/mosml | |
parent | Version bump (diff) | |
download | historical-29988f5070737263a9bbf9952e65dd74a57995c2.tar.gz historical-29988f5070737263a9bbf9952e65dd74a57995c2.tar.bz2 historical-29988f5070737263a9bbf9952e65dd74a57995c2.zip |
Fixed a problem with the incorrect header file getting installed, should solve bug #40175.
Diffstat (limited to 'dev-lang/mosml')
-rw-r--r-- | dev-lang/mosml/Manifest | 2 | ||||
-rw-r--r-- | dev-lang/mosml/mosml-2.00.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/mosml/Manifest b/dev-lang/mosml/Manifest index 25fcd4d2f33d..6c246cfb5cdc 100644 --- a/dev-lang/mosml/Manifest +++ b/dev-lang/mosml/Manifest @@ -1,4 +1,4 @@ MD5 6e93ac9f6edb85b86bc28899efc33964 ChangeLog 423 MD5 a5c50833bcc05f696a75e5dc8bb9eb4d metadata.xml 225 -MD5 8d63f168f478f302dc02e52c20fe69ae mosml-2.00.ebuild 1021 +MD5 909e4ec509a09777e06661a35c105e78 mosml-2.00.ebuild 1083 MD5 24b9506ef99535afddca03ed36859920 files/digest-mosml-2.00 61 diff --git a/dev-lang/mosml/mosml-2.00.ebuild b/dev-lang/mosml/mosml-2.00.ebuild index 29548636a4aa..5e7b07e883cf 100644 --- a/dev-lang/mosml/mosml-2.00.ebuild +++ b/dev-lang/mosml/mosml-2.00.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/mosml/mosml-2.00.ebuild,v 1.2 2004/01/12 16:46:30 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/mosml-2.00.ebuild,v 1.3 2004/02/02 18:06:54 plasmaroo Exp $ S="${WORKDIR}/${PN}/src" DESCRIPTION="Moscow ML - a lightweight implementation of Standard ML (SML)" @@ -21,6 +21,7 @@ src_install () { make MOSMLHOME=${D}/opt/mosml install || die rm ${D}/opt/mosml/lib/camlrunm # This is a bad symlink + echo "#!/opt/mosml/bin/camlrunm" > ${D}/opt/mosml/lib/header dodoc ../README into /usr/bin |