diff options
author | 2005-12-16 11:46:39 +0000 | |
---|---|---|
committer | 2005-12-16 11:46:39 +0000 | |
commit | 2861689d54902b4b113c1c9d7423aaac3db26f27 (patch) | |
tree | 086d968e3d1289ca87477302698f3aa43951e6d1 /x11-themes | |
parent | Remove GNUish cp -a call. Bug #103487. (diff) | |
download | gentoo-2-2861689d54902b4b113c1c9d7423aaac3db26f27.tar.gz gentoo-2-2861689d54902b4b113c1c9d7423aaac3db26f27.tar.bz2 gentoo-2-2861689d54902b4b113c1c9d7423aaac3db26f27.zip |
Remove GNUish cp -a call. Bug #103487.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gentoo-xcursors/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-themes/gentoo-xcursors/ChangeLog b/x11-themes/gentoo-xcursors/ChangeLog index e2cd5aeafdbb..dfc329a72bd2 100644 --- a/x11-themes/gentoo-xcursors/ChangeLog +++ b/x11-themes/gentoo-xcursors/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gentoo-xcursors # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-xcursors/ChangeLog,v 1.4 2005/11/26 09:38:21 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-xcursors/ChangeLog,v 1.5 2005/12/16 11:46:39 flameeyes Exp $ + + 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> + gentoo-xcursors-0.3.1.ebuild: + Remove GNUish cp -a call. Bug #103487. 26 Nov 2005; Simon Stelling <blubb@gentoo.org> gentoo-xcursors-0.3.1.ebuild: diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild index eae5b16a4cc8..0d74cbf89b81 100644 --- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild +++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.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/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild,v 1.3 2005/11/26 09:38:21 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild,v 1.4 2005/12/16 11:46:39 flameeyes Exp $ DESCRIPTION="A high quality set of animated mouse cursors" HOMEPAGE="http://www.gentoo.org/" @@ -18,7 +18,7 @@ S="${WORKDIR}/cursors" src_install() { dodir /usr/share/cursors/xorg-x11 - cp -ar ${S}/* ${D}/usr/share/cursors/xorg-x11/ || die + cp -pPR ${S}/* ${D}/usr/share/cursors/xorg-x11/ || die } pkg_postinst() { |