diff options
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/tasque/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/tasque/tasque-0.1.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/tasque/ChangeLog b/app-misc/tasque/ChangeLog index 44f3024839c4..f02ca65cf165 100644 --- a/app-misc/tasque/ChangeLog +++ b/app-misc/tasque/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/tasque # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tasque/ChangeLog,v 1.1 2009/01/23 20:13:19 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tasque/ChangeLog,v 1.2 2009/02/11 20:43:36 loki_val Exp $ + + 11 Feb 2009; Peter Alfredsen <loki_val@gentoo.org> tasque-0.1.8.ebuild: + Use portable cp -pPR instead of cp -a *tasque-0.1.8 (23 Jan 2009) diff --git a/app-misc/tasque/tasque-0.1.8.ebuild b/app-misc/tasque/tasque-0.1.8.ebuild index ec8471270a1e..e595cd7b56c9 100644 --- a/app-misc/tasque/tasque-0.1.8.ebuild +++ b/app-misc/tasque/tasque-0.1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 2000-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tasque/tasque-0.1.8.ebuild,v 1.3 2009/01/25 11:57:15 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tasque/tasque-0.1.8.ebuild,v 1.4 2009/02/11 20:43:36 loki_val Exp $ EAPI=2 @@ -63,5 +63,5 @@ src_configure() { src_install() { make DESTDIR="${D}" install || die "emake failed" dodoc NEWS TODO README AUTHORS || die "docs installation failed" - mv_command="cp -ar" mono_multilib_comply + mv_command="cp -pPR" mono_multilib_comply } |