diff options
author | 2005-08-24 14:55:41 +0000 | |
---|---|---|
committer | 2005-08-24 14:55:41 +0000 | |
commit | 1befc090739cbf8aea7bf9870646287de3b91626 (patch) | |
tree | 309827f3964f32d3dbedb726b4dd629fcc8995e6 /net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild | |
parent | Changed descent3 in SRC_URI to PN variable. (diff) | |
download | gentoo-2-1befc090739cbf8aea7bf9870646287de3b91626.tar.gz gentoo-2-1befc090739cbf8aea7bf9870646287de3b91626.tar.bz2 gentoo-2-1befc090739cbf8aea7bf9870646287de3b91626.zip |
Ebuild clean up. Using -pPR instead -a option in cp, bug #103487
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild')
-rw-r--r-- | net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild b/net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild index 010412238c47..afd4f5a6e053 100644 --- a/net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild +++ b/net-p2p/bittorrent/bittorrent-3.4.2-r2.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-3.4.2-r2.ebuild,v 1.8 2005/06/02 17:19:21 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild,v 1.9 2005/08/24 14:55:41 sekretarz Exp $ inherit distutils @@ -35,7 +35,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\"" |