Fix bad dir with pkg split

This commit is contained in:
Joshua Boniface 2020-05-17 14:50:12 -04:00
parent 5bb1f623e2
commit cd84a955fe

View File

@ -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