From 8ea55187dfb8c827555e65255f712a387d504751 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 21 Jun 2007 05:34:45 +0000 Subject: change DOCDESTTREE to _E_DOCDESTTREE_ to try and prevent abuse from ebuild writers (trunk r6347) svn path=/main/branches/2.1.2/; revision=6902 --- bin/dodoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/dodoc') 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 -- cgit v1.2.3-1-g7c22