diff options
Diffstat (limited to 'net-p2p/bittorrent/bittorrent-4.0.2.ebuild')
-rw-r--r-- | net-p2p/bittorrent/bittorrent-4.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/bittorrent/bittorrent-4.0.2.ebuild b/net-p2p/bittorrent/bittorrent-4.0.2.ebuild index c1f343faebc9..0eed370e2703 100644 --- a/net-p2p/bittorrent/bittorrent-4.0.2.ebuild +++ b/net-p2p/bittorrent/bittorrent-4.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.0.2.ebuild,v 1.2 2005/06/02 17:19:21 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.0.2.ebuild,v 1.3 2005/08/24 14:55:41 sekretarz Exp $ inherit distutils @@ -39,7 +39,7 @@ src_install() { fi dohtml redirdonate.html dodir etc - cp -a /etc/mailcap ${D}/etc/ + cp -pPR /etc/mailcap ${D}/etc/ MAILCAP_STRING="application/x-bittorrent; /usr/bin/btdownloadgui.py '%s'; test=test -n \"\$DISPLAY\"" |