X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=vinstall.sh;h=1afb3b8041ce930552dbb59d3811a6875396f89a;hb=18053c8b0d6b11136678c8a8f5fedff3058a7523;hp=b90dbbb4b06f393304f7430ca7dbf75bdf1fae1a;hpb=0fc638e7c231c9024664bd51e990a597121f04c0;p=mpd-sima.git diff --git a/vinstall.sh b/vinstall.sh index b90dbbb..1afb3b8 100755 --- a/vinstall.sh +++ b/vinstall.sh @@ -35,7 +35,7 @@ virtualenv $VENV_OPTIONS $INSTALL_DIR/venv || { echo "something went wrong gener PIP_OPTIONS="" [ "$DEBUG" = "0" ] && PIP_OPTIONS="$PIP_OPTIONS --quiet" -pip $PIP_OPTIONS install --pre python-musicpd || exit 1 +pip install -e . || exit 1 echo Installing mpd-sima $(dirname $0)/setup.py --quiet install || exit 1 @@ -48,7 +48,7 @@ SIMA_VLAUNCHER=$INSTALL_DIR/vmpd-sima cat << EOF > "$SIMA_VLAUNCHER" #!/bin/sh . $INSTALL_DIR/venv/bin/activate -$SIMA_LAUNCHER "\$@" +$INSTALL_DIR/$SIMA_LAUNCHER "\$@" EOF chmod +x $SIMA_VLAUNCHER