#2 Delete configuration.props before building
Merged 5 years ago by rhea. Opened 5 years ago by omajid.
dotnet-sig/ omajid/dotnet-2-1 master  into  master

file modified
+3 -3
@@ -143,12 +143,12 @@ 

  %prep

  %setup -q -n %{name}-%{sdk_version}

  

+ # See https://github.com/dotnet/source-build/pull/669

+ rm -rf Tools/configuration/configuration.props

+ 

  # Fix bad hardcoded path in build

  sed -i 's|/usr/share/dotnet|%{_libdir}/%{name}|' src/core-setup/src/corehost/common/pal.unix.cpp

  

- # Fix 

- sed -i -E 's|fedora.[0-9]+(</RuntimeOS>)|fedora.%{fedora}\1|' Tools/configuration/configuration.props

- 

  %build

  

  # strace -fo strace.log \

This reduces the need for fedora-version-specific maintenance.

Pull-Request has been merged by rhea

5 years ago
Metadata