From ff5f8989262f9c3c449bd68b459fec8e955f34c9 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Tue, 22 May 2012 13:58:34 -0500 Subject: solaris: Fix permissions on bcfg2 executable Signed-off-by: Sol Jerome --- solaris/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/solaris/Makefile b/solaris/Makefile index 5e590aade..9ca87fc48 100644 --- a/solaris/Makefile +++ b/solaris/Makefile @@ -13,6 +13,7 @@ package: #setuptools appears to use a restictive umask -chmod -R o+r build/ -cat build/bin/bcfg2 | sed -e 's!/usr/bin/python!$(PYTHON)!' > build/bin/bcfg2.new && mv build/bin/bcfg2.new build/bin/bcfg2 + -chmod +x 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 -- cgit v1.2.3-1-g7c22