diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-09-25 13:20:29 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-09-25 13:20:29 +0000 |
commit | 5ae39252821286884b769707b5b47f0aab75a362 (patch) | |
tree | 10ee6b7faad7244c3e1eff15179385f43e003baa /net-p2p | |
parent | stabilize (diff) | |
download | gentoo-2-5ae39252821286884b769707b5b47f0aab75a362.tar.gz gentoo-2-5ae39252821286884b769707b5b47f0aab75a362.tar.bz2 gentoo-2-5ae39252821286884b769707b5b47f0aab75a362.zip |
Remove useless and wrong 'mv /usr/share/doc/ /usr/share/doc/'; bug #145047
(Portage version: 2.1.1)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-4.4.0.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog index 41efe846d71c..87942cb41722 100644 --- a/net-p2p/bittorrent/ChangeLog +++ b/net-p2p/bittorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/bittorrent # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.89 2006/09/25 13:07:50 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.90 2006/09/25 13:20:29 corsair Exp $ + + 25 Sep 2006; Markus Rothe <corsair@gentoo.org> bittorrent-4.4.0.ebuild: + Remove useless and wrong 'mv /usr/share/doc/ /usr/share/doc/'; bug #145047 25 Sep 2006; Markus Rothe <corsair@gentoo.org> bittorrent-4.4.0.ebuild: Fixed name of bttrack.rc in ebuild (did not match the one in files/) diff --git a/net-p2p/bittorrent/bittorrent-4.4.0.ebuild b/net-p2p/bittorrent/bittorrent-4.4.0.ebuild index 5ff2d38092c0..294afa2abe5b 100644 --- a/net-p2p/bittorrent/bittorrent-4.4.0.ebuild +++ b/net-p2p/bittorrent/bittorrent-4.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.4.0.ebuild,v 1.10 2006/09/25 13:07:50 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.4.0.ebuild,v 1.11 2006/09/25 13:20:29 corsair Exp $ inherit distutils fdo-mime eutils @@ -50,7 +50,6 @@ src_install() { mv ${S}/{credits-l10n.txt,credits.txt} \ ${D}/usr/share/doc/${P} - mv ${D}/usr/share/doc/${PF} ${D}/usr/share/doc/${P} if use gtk ; then cp ${D}/usr/share/pixmaps/${MY_P}/bittorrent.ico ${D}/usr/share/pixmaps/ |