Explorar o código

Use new libexecdir location for jellyfin-ffmpeg

From commit d6bb1f3c in jellyfin-ffmpeg, which moves the installed
binaries from /usr/share to /usr/lib on the next release.
Joshua Boniface %!s(int64=6) %!d(string=hai) anos
pai
achega
427a3e9b08
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      deployment/debian-package-x64/pkg-src/conf/jellyfin

+ 1 - 1
deployment/debian-package-x64/pkg-src/conf/jellyfin

@@ -22,7 +22,7 @@ JELLYFIN_CACHE_DIR="/var/cache/jellyfin"
 JELLYFIN_RESTART_OPT="--restartpath=/usr/lib/jellyfin/restart.sh"
 
 # ffmpeg binary paths, overriding the system values
-JELLYFIN_FFMPEG_OPT="--ffmpeg=/usr/share/jellyfin-ffmpeg/ffmpeg"
+JELLYFIN_FFMPEG_OPT="--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"
 
 # [OPTIONAL] run Jellyfin as a headless service
 #JELLYFIN_SERVICE_OPT="--service"