From ca33bea20805c7b6a136d84a8a556f029ba51556 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 21 Jun 2007 05:36:33 +0000 Subject: change "EXEDESTTREE" to "_E_EXEDESTTREE_" to try and prevent abuse from ebuild writers (trunk r6351) svn path=/main/branches/2.1.2/; revision=6903 --- bin/doexe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/doexe') diff --git a/bin/doexe b/bin/doexe index e4e6fdc65..012e32034 100755 --- a/bin/doexe +++ b/bin/doexe @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,8 +10,8 @@ if [[ $# -lt 1 ]] ; then exit 1 fi -if [[ ! -d ${D}${EXEDESTTREE} ]] ; then - install -d "${D}${EXEDESTTREE}" +if [[ ! -d ${D}${_E_EXEDESTTREE_} ]] ; then + install -d "${D}${_E_EXEDESTTREE_}" fi for x in "$@" ; do @@ -24,5 +24,5 @@ for x in "$@" ; do else mysrc="${x}" fi - install ${EXEOPTIONS} "${mysrc}" "${D}${EXEDESTTREE}" + install ${EXEOPTIONS} "${mysrc}" "${D}${_E_EXEDESTTREE_}" done -- cgit v1.2.3-1-g7c22