Skip to content

Commit

Permalink
Update setup_jukebox_core.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller authored Mar 23, 2024
1 parent de40661 commit 21a194c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions installation/routines/setup_jukebox_core.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

# Constants
JUKEBOX_ZMQ_TMP_DIR="${HOME_PATH}/libzmq"
JUKEBOX_ZMQ_PREFIX="/usr/local"
JUKEBOX_ZMQ_TMP_DIR="${INSTALLATION_PATH}/.tmp/libzmq"
JUKEBOX_ZMQ_PREFIX="${INSTALLATION_PATH}/.lib"
JUKEBOX_ZMQ_VERSION="4.3.5"

JUKEBOX_PULSE_CONFIG="${HOME_PATH}"/.config/pulse/default.pa
Expand Down Expand Up @@ -79,6 +79,7 @@ _jukebox_core_build_and_install_pyzmq() {

if ! pip list | grep -F pyzmq >> /dev/null; then
mkdir -p "${JUKEBOX_ZMQ_TMP_DIR}" || exit_on_error
mkdir -p "${JUKEBOX_ZMQ_PREFIX}" || exit_on_error
if [ "$BUILD_LIBZMQ_WITH_DRAFTS_ON_DEVICE" = true ] ; then
_jukebox_core_build_libzmq_with_drafts
else
Expand Down

0 comments on commit 21a194c

Please sign in to comment.