From f5dc213e53072e6f361285e8520d292a5a70fe3b Mon Sep 17 00:00:00 2001 From: Job Evers-Meltzer Date: Tue, 16 Aug 2016 15:16:55 -0500 Subject: [PATCH] need to not be in build dir --- packaging/osx/lbry-osx-app/setup_app.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packaging/osx/lbry-osx-app/setup_app.sh b/packaging/osx/lbry-osx-app/setup_app.sh index f1e633d29..6ee0c27b0 100755 --- a/packaging/osx/lbry-osx-app/setup_app.sh +++ b/packaging/osx/lbry-osx-app/setup_app.sh @@ -12,6 +12,8 @@ rm -rf build dist LBRY.app echo "Updating lbrynet" if [ -z ${TRAVIS_BUILD_DIR+x} ]; then # building locally + mkdir -p $tmp + cd $tmp git clone --depth 1 http://github.com/lbryio/lbry.git cd lbry LBRY="${tmp}/lbry" @@ -43,7 +45,6 @@ else pip install $MODULES fi - pip install dmgbuild pip show dmgbuild @@ -55,9 +56,6 @@ pip install jsonrpc certifi # the default py2app (v0.9) has a bug that is fixed in the head of /metachris/py2app pip install git+https://github.com/metachris/py2app -mkdir -p $tmp -cd $tmp - NAME=`python setup.py --name` VERSION=`python setup.py -V` pip install -r requirements.txt