Fix download_webclient use in debian/rules.

This commit is contained in:
Ian Walton 2023-03-08 19:46:17 -05:00
parent 721e84f5b4
commit 64dafce1c0
2 changed files with 4 additions and 3 deletions

2
debian/compat vendored
View File

@ -1 +1 @@
9
10

5
debian/rules vendored
View File

@ -6,8 +6,9 @@
override_dh_auto_build:
dh_auto_build $@
DOWNLOAD_ONLY=1 ./download_webclient.sh
unzip dist.zip -d obj-x86_64-linux-gnu/
tar -xzf dist.tar.gz
mv jellyfin-web_* obj-x86_64-linux-gnu/dist
override_dh_auto_clean:
dh_auto_clean $@
rm dist.zip || true
rm dist.tar.gz || true