Skip to content

Commit

Permalink
Cleanup, thanks @smaarn
Browse files Browse the repository at this point in the history
  • Loading branch information
publicarray committed Nov 9, 2021
1 parent 2ea4827 commit 61a315b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spk/beets/src/service-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PYTHON_DIR="/var/packages/python310/target/bin"
PATH="${SYNOPKG_PKGDEST}/bin:${SYNOPKG_PKGDEST}/env/bin:${PYTHON_DIR}:${PATH}"
VIRTUALENV="${PYTHON_DIR}/python3 -m venv"
PIP=${SYNOPKG_PKGDEST}/env/bin/pip3
PIP=${SYNOPKG_PKGDEST}/env/bin/pip

service_postinst ()
{
Expand Down

0 comments on commit 61a315b

Please sign in to comment.