Add master fallback for web build

This commit is contained in:
Joshua Boniface
2019-11-02 01:24:26 -04:00
parent e40c82be88
commit 4fc2bd56ee
2 changed files with 5 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ Jellyfin is a free software media system that puts you in control of managing an
%autosetup -n %{name}-%{version} -b 0 -b 1
web_build_dir="$(mktemp -d)"
web_target="$PWD/MediaBrowser.WebDashboard/jellyfin-web"
pushd ../jellyfin-web-%{version}
pushd ../jellyfin-web-%{version} || pushd ../jellyfin-web-master
%if 0%{?fedora}
nodejs-yarn install
%else