summaryrefslogtreecommitdiffstats
path: root/bin/dodoc
diff options
context:
space:
mode:
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 4a89aa061..a9e33c9e4 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