|
@@ -11,7 +11,6 @@ pushd ${SOURCE_DIR}
|
|
# Remove build-dep for dotnet-sdk-2.2, since it's not a package in this image
|
|
# Remove build-dep for dotnet-sdk-2.2, since it's not a package in this image
|
|
sed -i '/dotnet-sdk-2.2,/d' debian/control
|
|
sed -i '/dotnet-sdk-2.2,/d' debian/control
|
|
|
|
|
|
-
|
|
|
|
# Clone down and build Web frontend
|
|
# Clone down and build Web frontend
|
|
web_build_dir="$( mktemp -d )"
|
|
web_build_dir="$( mktemp -d )"
|
|
web_target="${SOURCE_DIR}/MediaBrowser.WebDashboard/jellyfin-web"
|
|
web_target="${SOURCE_DIR}/MediaBrowser.WebDashboard/jellyfin-web"
|
|
@@ -25,6 +24,7 @@ yarn build
|
|
mkdir -p ${web_target}
|
|
mkdir -p ${web_target}
|
|
mv dist/* ${web_target}/
|
|
mv dist/* ${web_target}/
|
|
popd
|
|
popd
|
|
|
|
+rm -rf ${web_build_dir}
|
|
|
|
|
|
# Build DEB
|
|
# Build DEB
|
|
export CONFIG_SITE=/etc/dpkg-cross/cross-config.${ARCH}
|
|
export CONFIG_SITE=/etc/dpkg-cross/cross-config.${ARCH}
|