Skip to content

Commit

Permalink
Avoid using /usr/local/ paths
Browse files Browse the repository at this point in the history
Co-authored-by: hgy59 <hpgy59@gmail.com>
  • Loading branch information
th0ma7 and hgy59 authored Jun 17, 2021
1 parent 8581f92 commit 666852b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spk/tvheadend/src/service-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PYTHON_DIR="/var/packages/python38/target"
PYTHONENV="${SYNOPKG_PKGDEST}/env"
VIRTUALENV="${PYTHON_DIR}/bin/virtualenv"
WHEELHOUSE=${SYNOPKG_PKGDEST}/share/wheelhouse
FFMPEG_DIR="/usr/local/ffmpeg"
FFMPEG_DIR="/var/packages/ffmpeg/target"
PATH="${SYNOPKG_PKGDEST}/env/bin:${SYNOPKG_PKGDEST}/bin:${FFMPEG_DIR}/bin:${PYTHON_DIR}/bin:${PATH}"

# Service configuration. Change http and htsp ports here and in conf/tvheadend.sc for non-standard ports
Expand Down

0 comments on commit 666852b

Please sign in to comment.