diff options
-rw-r--r-- | net-p2p/bittorrent-stats/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/bittorrent-stats/bittorrent-stats-3.2.1b-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/bittorrent-stats/ChangeLog b/net-p2p/bittorrent-stats/ChangeLog index 503ef5be220d..9d69997c19b8 100644 --- a/net-p2p/bittorrent-stats/ChangeLog +++ b/net-p2p/bittorrent-stats/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/bittorrent-stats # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent-stats/ChangeLog,v 1.7 2005/05/01 17:00:30 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent-stats/ChangeLog,v 1.8 2005/08/24 14:46:52 sekretarz Exp $ + + 24 Aug 2005; <sekretarz@gentoo.org> bittorrent-stats-3.2.1b-r4.ebuild: + Using -pPR instead -a option in cp, bug #103487 01 May 2005; Michael Hanselmann <hansmi@gentoo.org> bittorrent-stats-3.2.1b-r4.ebuild: diff --git a/net-p2p/bittorrent-stats/bittorrent-stats-3.2.1b-r4.ebuild b/net-p2p/bittorrent-stats/bittorrent-stats-3.2.1b-r4.ebuild index 76f9c0dc4c7e..d880b1cba054 100644 --- a/net-p2p/bittorrent-stats/bittorrent-stats-3.2.1b-r4.ebuild +++ b/net-p2p/bittorrent-stats/bittorrent-stats-3.2.1b-r4.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-stats/bittorrent-stats-3.2.1b-r4.ebuild,v 1.6 2005/05/01 17:00:30 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent-stats/bittorrent-stats-3.2.1b-r4.ebuild,v 1.7 2005/08/24 14:46:52 sekretarz Exp $ inherit distutils eutils @@ -38,7 +38,7 @@ src_install() { rm ${D}/usr/bin/*gui.py fi 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\"" |