diff options
author | 2005-08-23 17:54:25 +0000 | |
---|---|---|
committer | 2005-08-23 17:54:25 +0000 | |
commit | 2621ce62ec1b42ddabc39c1de60e18d6cb153486 (patch) | |
tree | 6ab307aa70f4f099c1873df5ae5e6fe6e05ccbaf /app-text/xlhtml | |
parent | Don't use cp -a. (diff) | |
download | historical-2621ce62ec1b42ddabc39c1de60e18d6cb153486.tar.gz historical-2621ce62ec1b42ddabc39c1de60e18d6cb153486.tar.bz2 historical-2621ce62ec1b42ddabc39c1de60e18d6cb153486.zip |
Don't use cp -a.
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'app-text/xlhtml')
-rw-r--r-- | app-text/xlhtml/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/xlhtml/xlhtml-0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/xlhtml/ChangeLog b/app-text/xlhtml/ChangeLog index a37d0eca3292..804ee3dcab61 100644 --- a/app-text/xlhtml/ChangeLog +++ b/app-text/xlhtml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/xlhtml # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v 1.10 2005/04/02 08:47:07 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v 1.11 2005/08/23 17:52:28 flameeyes Exp $ + + 23 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> xlhtml-0.5.ebuild: + Don't use cp -a. 02 Apr 2005; Simon Stelling <blubb@gentoo.org> xlhtml-0.5.ebuild: added ~amd64 diff --git a/app-text/xlhtml/xlhtml-0.5.ebuild b/app-text/xlhtml/xlhtml-0.5.ebuild index 6e815247a848..14f3f96f019d 100644 --- a/app-text/xlhtml/xlhtml-0.5.ebuild +++ b/app-text/xlhtml/xlhtml-0.5.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/app-text/xlhtml/xlhtml-0.5.ebuild,v 1.10 2005/04/02 08:47:07 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/xlhtml-0.5.ebuild,v 1.11 2005/08/23 17:52:28 flameeyes Exp $ inherit gnuconfig @@ -39,5 +39,5 @@ src_install() { docinto xlhtml dodoc xlhtml/{ChangeLog,README,THANKS,TODO} rm -rf xlhtml/contrib/CVS - cp -ra xlhtml/contrib ${D}/usr/share/doc/${PF}/xlhtml + cp -pPR xlhtml/contrib ${D}/usr/share/doc/${PF}/xlhtml } |