summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2004-03-28 21:29:24 +0000
committerLars Weiler <pylon@gentoo.org>2004-03-28 21:29:24 +0000
commitdde95266a2d04626e04f00675be987c6be5d7e5b (patch)
tree3849111e94057bc4fed3130137121ccbb7ae51bc /app-doc
parentAMD64 keywords (Manifest recommit) (diff)
downloadgentoo-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.ebuild5
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}
}