diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-09-25 13:07:50 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-09-25 13:07:50 +0000 |
commit | 04c2ed1d2864dcf64ea411d0d89c6a319463c614 (patch) | |
tree | 8d248c363cadcb9484db16b6252e43a2e688c626 /net-p2p/bittorrent/bittorrent-4.4.0.ebuild | |
parent | Redigest ruby-gtk-0.30 #147173 (diff) | |
download | gentoo-2-04c2ed1d2864dcf64ea411d0d89c6a319463c614.tar.gz gentoo-2-04c2ed1d2864dcf64ea411d0d89c6a319463c614.tar.bz2 gentoo-2-04c2ed1d2864dcf64ea411d0d89c6a319463c614.zip |
Fixed name of bttrack.rc in ebuild (did not match the one in files/)
(Portage version: 2.1.1)
Diffstat (limited to 'net-p2p/bittorrent/bittorrent-4.4.0.ebuild')
-rw-r--r-- | net-p2p/bittorrent/bittorrent-4.4.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/bittorrent/bittorrent-4.4.0.ebuild b/net-p2p/bittorrent/bittorrent-4.4.0.ebuild index b8abe42242c0..5ff2d38092c0 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.9 2006/09/03 22:47:19 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.4.0.ebuild,v 1.10 2006/09/25 13:07:50 corsair Exp $ inherit distutils fdo-mime eutils @@ -61,10 +61,10 @@ src_install() { fi insinto /etc/conf.d - newins ${FILESDIR}//bttrack.conf bttrack + newins ${FILESDIR}/bttrack.conf bttrack exeinto /etc/init.d - newexe ${FILESDIR}/bttrack.rc-4.1 bttrack + newexe ${FILESDIR}/bttrack.rc bttrack } pkg_postinst() { |