diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-16 11:46:39 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-16 11:46:39 +0000 |
commit | 2861689d54902b4b113c1c9d7423aaac3db26f27 (patch) | |
tree | 086d968e3d1289ca87477302698f3aa43951e6d1 /x11-plugins/asclock | |
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-plugins/asclock')
-rw-r--r-- | x11-plugins/asclock/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/asclock/asclock-2.0.12.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-plugins/asclock/ChangeLog b/x11-plugins/asclock/ChangeLog index 368cf870e403..dce3bdc597d0 100644 --- a/x11-plugins/asclock/ChangeLog +++ b/x11-plugins/asclock/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/asclock # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/ChangeLog,v 1.10 2005/06/17 11:54:52 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/ChangeLog,v 1.11 2005/12/16 11:45:24 flameeyes Exp $ + + 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> asclock-2.0.12.ebuild: + Remove GNUish cp -a call. Bug #103487. 17 Jun 2005; Aaron Walker <ka0ttic@gentoo.org> +metadata.xml: Added metadata.xml (afterstep herd). diff --git a/x11-plugins/asclock/asclock-2.0.12.ebuild b/x11-plugins/asclock/asclock-2.0.12.ebuild index 4e6a78a53412..6775a0327f54 100644 --- a/x11-plugins/asclock/asclock-2.0.12.ebuild +++ b/x11-plugins/asclock/asclock-2.0.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/asclock-2.0.12.ebuild,v 1.10 2004/09/06 07:25:16 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/asclock-2.0.12.ebuild,v 1.11 2005/12/16 11:45:24 flameeyes Exp $ IUSE="" DESCRIPTION="Clock applet for AfterStep" @@ -47,6 +47,6 @@ src_compile() { src_install () { dobin asclock dodir usr/share/asclock - cp -a themes/* ${D}/usr/share/asclock + cp -pPR themes/* ${D}/usr/share/asclock dodoc COPYING INSTALL README README.THEMES TODO } |