summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-05-22 13:58:34 -0500
committerSol Jerome <sol.jerome@gmail.com>2012-05-23 08:01:07 -0500
commitff5f8989262f9c3c449bd68b459fec8e955f34c9 (patch)
tree8b2d32f844514ddffecebb3d4a0b71c40db99785
parentc41e0094f8b8baedecbc5dcc7a66decd3c087887 (diff)
downloadbcfg2-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>
-rw-r--r--solaris/Makefile1
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