diff options
author | Lars Weiler <pylon@gentoo.org> | 2004-03-28 21:29:24 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2004-03-28 21:29:24 +0000 |
commit | 5ab8bf40d59ead491ddbeba1875e70a38502e023 (patch) | |
tree | 3faf9ec3cf657fb8f628e3d3f704d8a5966017a4 /app-doc/selfhtml | |
parent | AMD64 keywords (diff) | |
download | historical-5ab8bf40d59ead491ddbeba1875e70a38502e023.tar.gz historical-5ab8bf40d59ead491ddbeba1875e70a38502e023.tar.bz2 historical-5ab8bf40d59ead491ddbeba1875e70a38502e023.zip |
fixed a sandbox-related bug (thanks to dertobi123 and stkn)
Diffstat (limited to 'app-doc/selfhtml')
-rw-r--r-- | app-doc/selfhtml/Manifest | 2 | ||||
-rw-r--r-- | app-doc/selfhtml/selfhtml-8.0-r1.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/app-doc/selfhtml/Manifest b/app-doc/selfhtml/Manifest index 91ec4f2547ea..255c020f4791 100644 --- a/app-doc/selfhtml/Manifest +++ b/app-doc/selfhtml/Manifest @@ -1,4 +1,4 @@ MD5 555ad6c6e27c51e3dbe6e9660fbb4627 ChangeLog 408 MD5 035613e4ea415232c9b9fea9783994ce metadata.xml 221 -MD5 dd3c9a937ec82bff7b582e94494fc78a selfhtml-8.0-r1.ebuild 693 +MD5 5ac6a868ce49ee79f0ab4133b56d62bc selfhtml-8.0-r1.ebuild 677 MD5 7806cf628ae7e19d57618c0fa53ab8fe files/digest-selfhtml-8.0-r1 124 diff --git a/app-doc/selfhtml/selfhtml-8.0-r1.ebuild b/app-doc/selfhtml/selfhtml-8.0-r1.ebuild index 90f7246b3030..f25a2b1342ff 100644 --- a/app-doc/selfhtml/selfhtml-8.0-r1.ebuild +++ b/app-doc/selfhtml/selfhtml-8.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/selfhtml-8.0-r1.ebuild,v 1.2 2004/03/25 00:43:50 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/selfhtml-8.0-r1.ebuild,v 1.3 2004/03/28 21:29:24 pylon Exp $ S=${WORKDIR} TARGET=/usr/share/doc/${PF}/html @@ -16,6 +16,5 @@ IUSE="" src_install() { dodir ${TARGET} - addwrite ${TARGET} - cp -R ${S}/* ${TARGET} + cp -a ${S}/* ${D}${TARGET} } |