X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=vinstall.sh;h=88d792a72302bd885e5b1951d979e2f884759559;hb=2d8874a64fcecb469981441a53e4547049f56f81;hp=b90dbbb4b06f393304f7430ca7dbf75bdf1fae1a;hpb=6d8430680bdea646cd17f27e3ec58c5f9ee1d629;p=mpd-sima.git diff --git a/vinstall.sh b/vinstall.sh index b90dbbb..88d792a 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,12 +48,12 @@ 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 echo Cleaning up -rm -rf $(dirname $0)/dist +rm -rf $(dirnddame $0)/dist rm -rf $(dirname $0)/build rm -rf $(dirname $0)/sima.egg-info