Skip to content

Commit

Permalink
Merge pull request #43756 from gtmanfred/2017.7.2
Browse files Browse the repository at this point in the history
split build and install for pkg osx
  • Loading branch information
Nicole Thomas committed Sep 26, 2017
2 parents 89f6292 + f7df41f commit 88414d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/osx/build.sh
Expand Up @@ -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
Expand Down

0 comments on commit 88414d5

Please sign in to comment.