summaryrefslogtreecommitdiff
path: root/bin/dodoc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-04-07 04:32:47 +0000
committerMike Frysinger <vapier@gentoo.org>2007-04-07 04:32:47 +0000
commit9bee41447359bffdf11e5b38f20db8cff7207ac8 (patch)
treeff593019bffd2d420234c5b64fac23397d53e149 /bin/dodoc
parentremove references to DOCDESTTREE and INSDESTTREE (diff)
downloadportage-multirepo-9bee41447359bffdf11e5b38f20db8cff7207ac8.tar.gz
portage-multirepo-9bee41447359bffdf11e5b38f20db8cff7207ac8.tar.bz2
portage-multirepo-9bee41447359bffdf11e5b38f20db8cff7207ac8.zip
change "DOCDESTTREE" to "_E_DOCDESTTREE_" to try and prevent abuse from ebuild writers
svn path=/main/trunk/; revision=6347
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 4a89aa06..a9e33c9e 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