Add PYTHONDONTWRITEBYTECODE to MAKE_ENV; otherwise it messes with installed

zenoss before install phase, upsetting Tinderbox and pointyhat.
This commit is contained in:
Chris Rees 2011-10-18 18:58:48 +00:00
parent 8cd91b6661
commit 67c648f910
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283843

View File

@ -45,7 +45,8 @@ PYSETUP= ./setup.py
MAKE_ENV+= ZENHOME=${ZENHOME} \
INSTANCE_HOME=${ZENHOME} \
PYTHONPATH=${ZENHOME}/lib/python \
PATH=${ZENHOME}/bin:${PATH}
PATH=${ZENHOME}/bin:${PATH} \
PYTHONDONTWRITEBYTECODE=yes
.if !defined(UID)
UID!= /usr/bin/id -u