From 1f5fcfe1db5105ab2318bab42b10468a16265349 Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Tue, 12 Mar 2019 15:45:54 -0500 Subject: [PATCH] Clean up RPM dotnet symlink to fix build failure (dotnet/core-setup#5451) Commit migrated from https://github.com/dotnet/core-setup/commit/43f5f662f30718de0ea2bda2f8abd759a6ad9863 --- src/installer/pkg/packaging/rpm/package.targets | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/installer/pkg/packaging/rpm/package.targets b/src/installer/pkg/packaging/rpm/package.targets index af0f6b3..c4f19e4 100644 --- a/src/installer/pkg/packaging/rpm/package.targets +++ b/src/installer/pkg/packaging/rpm/package.targets @@ -113,6 +113,11 @@ SkipUnchangedFiles="False" UseHardlinksIfPossible="False" /> + + -- 2.7.4