From c41e0094f8b8baedecbc5dcc7a66decd3c087887 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Tue, 22 May 2012 13:46:02 -0500 Subject: solaris: Fix build errors Signed-off-by: Sol Jerome --- solaris/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'solaris/Makefile') diff --git a/solaris/Makefile b/solaris/Makefile index 77d9019eb..5e590aade 100644 --- a/solaris/Makefile +++ b/solaris/Makefile @@ -12,8 +12,8 @@ package: -cd ../ && PYTHONPATH=$(PYTHONPATH):$(PWD)/build/lib/python2.6/site-packages/ $(PYTHON) setup.py install --single-version-externally-managed --record=/dev/null --prefix=$(PWD)/build #setuptools appears to use a restictive umask -chmod -R o+r build/ - -cat bin/bcfg2 | sed -e 's!/usr/bin/python!$(PYTHON)!' > bin/bcfg2.new && mv bin/bcfg2.new bin/bcfg2 - -./gen-prototypes.sh + -cat build/bin/bcfg2 | sed -e 's!/usr/bin/python!$(PYTHON)!' > build/bin/bcfg2.new && mv build/bin/bcfg2.new build/bin/bcfg2 + -sh ./gen-prototypes.sh -pkgmk -o -a `uname -m` -f prototype.bcfg2 -d $(PWD)/tmp -r $(PWD)/build -pkgmk -o -a `uname -m` -f prototype.bcfg2-server -d $(PWD)/tmp -r $(PWD)/build -pkgtrans -o -s $(PWD)/tmp $(PWD)/bcfg2-$(VERS) SCbcfg2 -- cgit v1.2.3-1-g7c22