summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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