summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-16 11:05:40 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-16 11:05:40 +0000
commit1c4977e78c5dccb7395fa2d8e9ce44a9d3844428 (patch)
tree21ad0cf8f30a572d78bbf0418c052a8278bc8dba /app-doc/selfhtml
parentFixed library locations. (diff)
downloadgentoo-2-1c4977e78c5dccb7395fa2d8e9ce44a9d3844428.tar.gz
gentoo-2-1c4977e78c5dccb7395fa2d8e9ce44a9d3844428.tar.bz2
gentoo-2-1c4977e78c5dccb7395fa2d8e9ce44a9d3844428.zip
Remove GNUish cp -a call. Bug #103487.
(Portage version: 2.0.53)
Diffstat (limited to 'app-doc/selfhtml')
-rw-r--r--app-doc/selfhtml/ChangeLog5
-rw-r--r--app-doc/selfhtml/selfhtml-8.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-doc/selfhtml/ChangeLog b/app-doc/selfhtml/ChangeLog
index fdfa15f3fc37..1465f8477b3f 100644
--- a/app-doc/selfhtml/ChangeLog
+++ b/app-doc/selfhtml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-doc/selfhtml
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/ChangeLog,v 1.10 2005/08/23 20:07:05 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/ChangeLog,v 1.11 2005/12/16 11:04:24 flameeyes Exp $
+
+ 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> selfhtml-8.1.ebuild:
+ Remove GNUish cp -a call. Bug #103487.
23 Aug 2005; Lars Weiler <pylon@gentoo.org> -selfhtml-8.0-r1.ebuild:
Removing old versions. Changing the cp as suggested in bug #103487.
diff --git a/app-doc/selfhtml/selfhtml-8.1.ebuild b/app-doc/selfhtml/selfhtml-8.1.ebuild
index a1eb871abcb5..d1cae27ea03f 100644
--- a/app-doc/selfhtml/selfhtml-8.1.ebuild
+++ b/app-doc/selfhtml/selfhtml-8.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/app-doc/selfhtml/selfhtml-8.1.ebuild,v 1.1 2005/03/27 06:40:03 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/selfhtml-8.1.ebuild,v 1.2 2005/12/16 11:04:24 flameeyes Exp $
S=${WORKDIR}
TARGET=/usr/share/doc/${PF}/html
@@ -15,5 +15,5 @@ IUSE=""
src_install() {
dodir ${TARGET}
- cp -a ${S}/* ${D}${TARGET}
+ cp -pPR ${S}/* ${D}${TARGET}
}