Skip to content

Commit

Permalink
adapt to prefix / root changes in 416b65a
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 25, 2023
1 parent 2efeb17 commit 5242232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/MacOS/make-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ fi
INSTALL_LOG=`pwd`/install.log
echo "./setup.py install ${BUILD_ARGS}"
echo " (see ${INSTALL_LOG} for details)"
${PYTHON} ./setup.py install --single-version-externally-managed --root=/ --prefix=$JHBUILD_PREFIX ${BUILD_ARGS} >& ${INSTALL_LOG}
${PYTHON} ./setup.py install --single-version-externally-managed --root=$JHBUILD_PREFIX ${BUILD_ARGS} >& ${INSTALL_LOG}
if [ "$?" != "0" ]; then
popd
echo "ERROR: install failed"
Expand Down

0 comments on commit 5242232

Please sign in to comment.