Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 157800 | Differences between
and this patch

Collapse All | Expand All

(-)GNUmakefile (-2 / +3 lines)
Lines 7-13 Link Here
7
SHELL=/bin/sh
7
SHELL=/bin/sh
8
8
9
ifeq ($(ZENHOME),)
9
ifeq ($(ZENHOME),)
10
ZENHOME=/usr/local/zenoss
10
ZENHOME=/usr/zenoss
11
endif
11
endif
12
PATCHCMD=$(firstword \
12
PATCHCMD=$(firstword \
13
		$(wildcard /usr/local/bin/gpatch) \
13
		$(wildcard /usr/local/bin/gpatch) \
Lines 33-39 Link Here
33
PYTHON=		/usr/bin/python
33
PYTHON=		/usr/bin/python
34
PYLIBDIR=	$(ZENHOME)/lib/python
34
PYLIBDIR=	$(ZENHOME)/lib/python
35
PYTHONPATH=	$(DESTDIR)$(ZENHOME)/lib/python
35
PYTHONPATH=	$(DESTDIR)$(ZENHOME)/lib/python
36
LOG=		>>$(BUILDLOG) 2>&1
36
#LOG=		>>$(BUILDLOG) 2>&1
37
LOG=		2>&1
37
MSG=		@echo installing $(patsubst %-install,%,$@)
38
MSG=		@echo installing $(patsubst %-install,%,$@)
38
PYINSTALL=	 $(MSG) ; cd $(<D) ;			\
39
PYINSTALL=	 $(MSG) ; cd $(<D) ;			\
39
		 PYTHONPATH=$(PYTHONPATH)		\
40
		 PYTHONPATH=$(PYTHONPATH)		\

Return to bug 157800