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 /net-analyzer/hyperic-hq-agent | |
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 'net-analyzer/hyperic-hq-agent')
-rw-r--r-- | net-analyzer/hyperic-hq-agent/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.5.10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/hyperic-hq-agent/ChangeLog b/net-analyzer/hyperic-hq-agent/ChangeLog index 29a5d10299e5..741e3027d413 100644 --- a/net-analyzer/hyperic-hq-agent/ChangeLog +++ b/net-analyzer/hyperic-hq-agent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/hyperic-hq-agent # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hyperic-hq-agent/ChangeLog,v 1.10 2005/11/22 04:29:13 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hyperic-hq-agent/ChangeLog,v 1.11 2005/12/16 11:41:56 flameeyes Exp $ + + 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> + hyperic-hq-agent-2.5.10.ebuild: + Remove GNUish cp -a call. Bug #103487. *hyperic-hq-agent-2.5.10 (22 Nov 2005) diff --git a/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.5.10.ebuild b/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.5.10.ebuild index c1280e04cd7f..5a82094deb51 100644 --- a/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.5.10.ebuild +++ b/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.5.10.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-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.5.10.ebuild,v 1.1 2005/11/22 04:29:13 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.5.10.ebuild,v 1.2 2005/12/16 11:41:56 flameeyes Exp $ inherit eutils @@ -24,7 +24,7 @@ src_install() { newins ${FILESDIR}/hyperic-hq-agent.init-${PV} hyperic-hq-agent dodir ${AGENT_HOME} - cp -a ${S}/* ${D}${AGENT_HOME} + cp -pPR ${S}/* ${D}${AGENT_HOME} } pkg_preinst() { |