We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ee636 commit b486286Copy full SHA for b486286
spk/jellyfin/Makefile
@@ -1,7 +1,7 @@
1
# Remember to also update jellyfin-web
2
SPK_NAME = jellyfin
3
SPK_VERS = 10.11.2
4
-SPK_REV = 29
+SPK_REV = 30
5
SPK_ICON = src/jellyfin.png
6
7
DEPENDS = cross/jellyfin cross/jellyfin-web
@@ -41,6 +41,9 @@ SERVICE_PORT_TITLE = Jellyfin (HTTP)
41
# Admin link
42
ADMIN_PORT = $(SERVICE_PORT)
43
44
+# Use TMPDIR (insufficient space in /tmp/jellyfin)
45
+USE_ALTERNATE_TMPDIR = 1
46
+
47
POST_STRIP_TARGET += jellyfin_extra_install
48
49
include ../../mk/spksrc.spk.mk
0 commit comments