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 | dde95266a2d04626e04f00675be987c6be5d7e5b (patch) | |
tree | 3849111e94057bc4fed3130137121ccbb7ae51bc /app-doc | |
parent | AMD64 keywords (Manifest recommit) (diff) | |
download | gentoo-2-dde95266a2d04626e04f00675be987c6be5d7e5b.tar.gz gentoo-2-dde95266a2d04626e04f00675be987c6be5d7e5b.tar.bz2 gentoo-2-dde95266a2d04626e04f00675be987c6be5d7e5b.zip |
fixed a sandbox-related bug (thanks to dertobi123 and stkn)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/selfhtml/selfhtml-8.0-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
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} } |