summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-02-04 11:21:00 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-02-04 11:21:00 +0000
commit8f2b8996affcffb619165f3c5fc39897c9494f4c (patch)
treec2ad2b57eaf6ed43c0d178ef93d6bdf55406e7ce /app-doc/selfhtml
parentAdded ~ppc keyword. bug 121296 (diff)
downloadgentoo-2-8f2b8996affcffb619165f3c5fc39897c9494f4c.tar.gz
gentoo-2-8f2b8996affcffb619165f3c5fc39897c9494f4c.tar.bz2
gentoo-2-8f2b8996affcffb619165f3c5fc39897c9494f4c.zip
Drop GNUish cp -d call.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-doc/selfhtml')
-rw-r--r--app-doc/selfhtml/ChangeLog7
-rw-r--r--app-doc/selfhtml/selfhtml-8.1.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-doc/selfhtml/ChangeLog b/app-doc/selfhtml/ChangeLog
index 71a9e8e5ccca..ec5d6f06c0fa 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.12 2005/12/18 00:28:21 pylon Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/ChangeLog,v 1.13 2006/02/04 11:21:00 flameeyes Exp $
+
+ 04 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> selfhtml-8.1.1.ebuild:
+ Drop GNUish cp -d call.
*selfhtml-8.1.1 (18 Dec 2005)
diff --git a/app-doc/selfhtml/selfhtml-8.1.1.ebuild b/app-doc/selfhtml/selfhtml-8.1.1.ebuild
index 3bc6f4343314..e520f708e057 100644
--- a/app-doc/selfhtml/selfhtml-8.1.1.ebuild
+++ b/app-doc/selfhtml/selfhtml-8.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/selfhtml-8.1.1.ebuild,v 1.1 2005/12/18 00:28:21 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/selfhtml-8.1.1.ebuild,v 1.2 2006/02/04 11:21:00 flameeyes Exp $
S=${WORKDIR}
TARGET=/usr/share/doc/${PF}/html
@@ -15,5 +15,5 @@ IUSE=""
src_install() {
dodir ${TARGET}
- cp -dpR ${S}/* ${D}${TARGET}
+ cp -pR ${S}/* ${D}${TARGET}
}