diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2002-12-12 15:53:12 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2002-12-12 15:53:12 +0000 |
commit | 5740c852e5d5feedcc557809de5de72f851a0b09 (patch) | |
tree | dc41ebac487ac045ee3bbeb9efa28893524b884b /net-p2p | |
parent | kile-1.31 works without patch with qt which has enabled stl (diff) | |
download | gentoo-2-5740c852e5d5feedcc557809de5de72f851a0b09.tar.gz gentoo-2-5740c852e5d5feedcc557809de5de72f851a0b09.tar.bz2 gentoo-2-5740c852e5d5feedcc557809de5de72f851a0b09.zip |
it's now fhs-compliant
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mldonkey/mldonkey-2.00-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/mldonkey/mldonkey-2.00-r1.ebuild b/net-p2p/mldonkey/mldonkey-2.00-r1.ebuild index 58beb50ce08b..ce9f7d4be9d5 100644 --- a/net-p2p/mldonkey/mldonkey-2.00-r1.ebuild +++ b/net-p2p/mldonkey/mldonkey-2.00-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-2.00-r1.ebuild,v 1.2 2002/12/09 23:48:32 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-2.00-r1.ebuild,v 1.3 2002/12/12 15:53:12 hannes Exp $ IUSE="gtk" DESCRIPTION="edonkey, opennap,... client written in ocaml" @@ -63,13 +63,13 @@ src_install() { dohtml FAQ.html - insinto scripts + insinto /usr/share/doc/${PF}/scripts for i in kill_mldonkey mldonkey_command mldonkey_previewer; do doins distrib/${i} done - insinto scripts/ed2k_submit + insinto /usr/share/doc/${PF}/scripts/ed2k_submit echo "Ignore CVS error:" doins distrib/ed2k_submit/* |