Comment 1 for bug 1999266

Revision history for this message
Miriam EspaƱa Acebal (mirespace) wrote (last edit ):

To fix this, we need to change the install file for dotnet-host: for this location files it is still pointing to the location used by update-alternatives. So, the change would be:

diff --git a/debian/dotnet-host.install.in b/debian/dotnet-host.install.in
index ca9f6b2..8a67025 100644
--- a/debian/dotnet-host.install.in
+++ b/debian/dotnet-host.install.in
@@ -3,5 +3,5 @@ debian/dotnet.sh /etc/profile.d/
 @basedir@/dotnet
 @basedir@/LICENSE.txt
 @basedir@/ThirdPartyNotices.txt
-debian/install_location /@basedir@/
-debian/install_location_@arch@ /@basedir@/
+debian/install_location /etc/dotnet/
+debian/install_location_@arch@ /etc/dotnet/