diff options
-rwxr-xr-x | bin/ebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index d093fe0b1..b577fa363 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -559,7 +559,7 @@ einstall() { fi if [ -f ./[mM]akefile -o -f ./GNUmakefile ] ; then - if [ ! -z "${PORTAGE_DEBUG}" ]; then + if [ "${PORTAGE_DEBUG}" == "1" ]; then make -n prefix=${D}/usr \ datadir=${D}/usr/share \ infodir=${D}/usr/share/info \ |