diff options
author | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-08-24 14:46:52 +0000 |
---|---|---|
committer | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-08-24 14:46:52 +0000 |
commit | f4aa6d14e76a5293e7d4cb1f950c3633af13c2b3 (patch) | |
tree | df68730efafb6c0b01c7cab31edf1bad52861d7c /net-p2p/bittorrent-stats/bittorrent-stats-3.2.1b-r4.ebuild | |
parent | Fix for bug #103568. (diff) | |
download | gentoo-2-f4aa6d14e76a5293e7d4cb1f950c3633af13c2b3.tar.gz gentoo-2-f4aa6d14e76a5293e7d4cb1f950c3633af13c2b3.tar.bz2 gentoo-2-f4aa6d14e76a5293e7d4cb1f950c3633af13c2b3.zip |
Using -pPR instead -a option in cp, bug #103487
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-p2p/bittorrent-stats/bittorrent-stats-3.2.1b-r4.ebuild')
-rw-r--r-- | net-p2p/bittorrent-stats/bittorrent-stats-3.2.1b-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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\"" |