diff options
author | 2004-08-25 13:16:05 +0000 | |
---|---|---|
committer | 2004-08-25 13:16:05 +0000 | |
commit | 795296409ee691d1adb168776e7ade89b5e0dada (patch) | |
tree | 4c68f0ac4e15ed9047181c3273f3aeff8f1db6bd /dev-ml | |
parent | Initial commit, fixing bug #61322 (diff) | |
download | gentoo-2-795296409ee691d1adb168776e7ade89b5e0dada.tar.gz gentoo-2-795296409ee691d1adb168776e7ade89b5e0dada.tar.bz2 gentoo-2-795296409ee691d1adb168776e7ade89b5e0dada.zip |
Fix installation bug (wrong path).
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlnet/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocamlnet/ocamlnet-0.97.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocamlnet/ChangeLog b/dev-ml/ocamlnet/ChangeLog index 3c4539f7ed5b..cd0721840e87 100644 --- a/dev-ml/ocamlnet/ChangeLog +++ b/dev-ml/ocamlnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamlnet # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.5 2004/08/21 18:38:09 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.6 2004/08/25 13:16:05 mattam Exp $ + + 25 Aug 2004; Matthieu Sozeau <mattam@gentoo.org> ocamlnet-0.97.1.ebuild: + NET_DB_DIR fix. *ocamlnet-0.97.1 (19 Aug 2004) diff --git a/dev-ml/ocamlnet/ocamlnet-0.97.1.ebuild b/dev-ml/ocamlnet/ocamlnet-0.97.1.ebuild index c185d60df8a1..8ddfe07bcca3 100644 --- a/dev-ml/ocamlnet/ocamlnet-0.97.1.ebuild +++ b/dev-ml/ocamlnet/ocamlnet-0.97.1.ebuild @@ -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/dev-ml/ocamlnet/ocamlnet-0.97.1.ebuild,v 1.1 2004/08/21 18:38:09 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-0.97.1.ebuild,v 1.2 2004/08/25 13:16:05 mattam Exp $ inherit findlib @@ -23,7 +23,7 @@ src_compile() { } src_install() { - findlib_src_install NET_DB_DIR=${D}${destdir}/netstring + findlib_src_install NET_DB_DIR=${D}`ocamlfind printconf destdir`/netstring cd ${WORKDIR}/${P} dodoc README |