diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2012-05-22 13:58:34 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2012-05-23 08:01:07 -0500 |
commit | ff5f8989262f9c3c449bd68b459fec8e955f34c9 (patch) | |
tree | 8b2d32f844514ddffecebb3d4a0b71c40db99785 /solaris | |
parent | c41e0094f8b8baedecbc5dcc7a66decd3c087887 (diff) | |
download | bcfg2-ff5f8989262f9c3c449bd68b459fec8e955f34c9.tar.gz bcfg2-ff5f8989262f9c3c449bd68b459fec8e955f34c9.tar.bz2 bcfg2-ff5f8989262f9c3c449bd68b459fec8e955f34c9.zip |
solaris: Fix permissions on bcfg2 executable
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'solaris')
-rw-r--r-- | solaris/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |