summaryrefslogtreecommitdiffstats
path: root/bin/dodoc
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-06-21 05:34:45 +0000
committerZac Medico <zmedico@gentoo.org>2007-06-21 05:34:45 +0000
commit8ea55187dfb8c827555e65255f712a387d504751 (patch)
tree0a6c2fab0a17387c75c9e6f31d66fced3813fffb /bin/dodoc
parent0e0450c495ff5f7a44e5f0e81c459fec99cd6c84 (diff)
downloadportage-8ea55187dfb8c827555e65255f712a387d504751.tar.gz
portage-8ea55187dfb8c827555e65255f712a387d504751.tar.bz2
portage-8ea55187dfb8c827555e65255f712a387d504751.zip
change DOCDESTTREE to _E_DOCDESTTREE_ to try and prevent abuse from ebuild writers (trunk r6347)
svn path=/main/branches/2.1.2/; revision=6902
Diffstat (limited to 'bin/dodoc')
-rwxr-xr-xbin/dodoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dodoc b/bin/dodoc
index 4139cb593..0c6b42a02 100755
--- a/bin/dodoc
+++ b/bin/dodoc
@@ -8,7 +8,7 @@ if [ $# -lt 1 ] ; then
exit 1
fi
-dir="${D}usr/share/doc/${PF}/${DOCDESTTREE}"
+dir="${D}usr/share/doc/${PF}/${_E_DOCDESTTREE_}"
if [ ! -d "${dir}" ] ; then
install -d "${dir}"
fi