diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-15 21:57:40 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-15 21:57:40 +0000 |
commit | b4a91e8bb0d7de7c03bf341483bc94b1b7746e2a (patch) | |
tree | 46547088a5e017ccd166761d6771b1e032f35aa5 /x11-themes/golden-xcursors | |
parent | Fix typo in changelog (diff) | |
download | gentoo-2-b4a91e8bb0d7de7c03bf341483bc94b1b7746e2a.tar.gz gentoo-2-b4a91e8bb0d7de7c03bf341483bc94b1b7746e2a.tar.bz2 gentoo-2-b4a91e8bb0d7de7c03bf341483bc94b1b7746e2a.zip |
Don't use cp -d.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'x11-themes/golden-xcursors')
-rw-r--r-- | x11-themes/golden-xcursors/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-themes/golden-xcursors/ChangeLog b/x11-themes/golden-xcursors/ChangeLog index 03f93bc48d46..a4745cdad8e8 100644 --- a/x11-themes/golden-xcursors/ChangeLog +++ b/x11-themes/golden-xcursors/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/golden-xcursors # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/golden-xcursors/ChangeLog,v 1.16 2005/08/26 13:45:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/golden-xcursors/ChangeLog,v 1.17 2005/09/15 21:57:40 flameeyes Exp $ + + 15 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> + golden-xcursors-0.8.ebuild: + Don't use cp -d. 26 Aug 2005; Aron Griffis <agriffis@gentoo.org> golden-xcursors-0.8.ebuild: diff --git a/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild b/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild index 8a5145d93e90..2d3b11da4186 100644 --- a/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild +++ b/x11-themes/golden-xcursors/golden-xcursors-0.8.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/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild,v 1.16 2005/08/26 13:45:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild,v 1.17 2005/09/15 21:57:40 flameeyes Exp $ MY_P="5507-Golden-XCursors-3D-${PV}" DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors" @@ -23,7 +23,7 @@ src_install() { einfo "X11 implementation is ${X11_IMPLEM}." dodir /usr/share/cursors/${X11_IMPLEM}/Gold/cursors/ - cp -d ${WORKDIR}/${MY_P:5}/Gold/cursors/* ${D}/usr/share/cursors/${X11_IMPLEM}/Gold/cursors/ || die + cp -R ${WORKDIR}/${MY_P:5}/Gold/cursors ${D}/usr/share/cursors/${X11_IMPLEM}/Gold/ || die dodoc ${WORKDIR}/${MY_P:5}/README } |