mirror of
https://github.com/jellyfin/jellyfin-build.git
synced 2024-11-30 09:30:45 +00:00
Fix bad dir with pkg split
This commit is contained in:
parent
5bb1f623e2
commit
cd84a955fe
@ -80,7 +80,7 @@ dotnet restore --no-cache
|
||||
|
||||
echo "*** PREPARING OS PACKAGE SETTINGS ***"
|
||||
# Set the package name to `jellyfin-nightly`
|
||||
pushd deployment/debian-package-x64/pkg-src
|
||||
pushd debian/
|
||||
sed -i '/^Source/ s/jellyfin/jellyfin-nightly/' control
|
||||
sed -i '/^Package/ s/jellyfin/jellyfin-nightly/' control
|
||||
sed -i '/^Replaces/ s/$/, jellyfin/' control
|
||||
|
Loading…
Reference in New Issue
Block a user