Skip to content

Commit b486286

Browse files
authored
Jellyfin: Patch for v10.11.2 (#6778)
1 parent c4ee636 commit b486286

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

spk/jellyfin/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Remember to also update jellyfin-web
22
SPK_NAME = jellyfin
33
SPK_VERS = 10.11.2
4-
SPK_REV = 29
4+
SPK_REV = 30
55
SPK_ICON = src/jellyfin.png
66

77
DEPENDS = cross/jellyfin cross/jellyfin-web
@@ -41,6 +41,9 @@ SERVICE_PORT_TITLE = Jellyfin (HTTP)
4141
# Admin link
4242
ADMIN_PORT = $(SERVICE_PORT)
4343

44+
# Use TMPDIR (insufficient space in /tmp/jellyfin)
45+
USE_ALTERNATE_TMPDIR = 1
46+
4447
POST_STRIP_TARGET += jellyfin_extra_install
4548

4649
include ../../mk/spksrc.spk.mk

0 commit comments

Comments
 (0)