From 04c2ed1d2864dcf64ea411d0d89c6a319463c614 Mon Sep 17 00:00:00 2001 From: Markus Rothe Date: Mon, 25 Sep 2006 13:07:50 +0000 Subject: Fixed name of bttrack.rc in ebuild (did not match the one in files/) (Portage version: 2.1.1) --- net-p2p/bittorrent/bittorrent-4.4.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-p2p/bittorrent/bittorrent-4.4.0.ebuild') 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() { -- cgit v1.2.3-65-gdbad