split build and install for pkg osx

This commit is contained in:
Daniel Wallace 2017-09-26 12:59:23 -06:00
parent 89f629233f
commit f7df41fa94
No known key found for this signature in database
GPG key ID: 5FA5E5544F010D48

View file

@ -88,7 +88,8 @@ sudo $PKGRESOURCES/build_env.sh $PYVER
echo -n -e "\033]0;Build: Install Salt\007"
sudo rm -rf $SRCDIR/build
sudo rm -rf $SRCDIR/dist
sudo $PYTHON $SRCDIR/setup.py build -e "$PYTHON -E -s" install
sudo $PYTHON $SRCDIR/setup.py build -e "$PYTHON -E -s"
sudo $PYTHON $SRCDIR/setup.py install
############################################################################
# Build Package