From e21df792fbc3a4e3762ece7ccb4afb3b3870a572 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 9 Feb 2018 11:51:35 -0800 Subject: [PATCH] Rename generic rpm installers --- README.md | 2 +- build/SharedFxInstaller.targets | 2 +- build/repo.props | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42a873bd43..857fdfa90e 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Microsoft.AspNetCore | [![][metapackage-myget-badge]][metapackage-m [linux-x64-tar]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/master/aspnetcore-runtime-latest-linux-x64.tar.gz [osx-x64-tar]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/master/aspnetcore-runtime-latest-osx-x64.tar.gz [debian-x64-deb]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/master/aspnetcore-runtime-latest-x64.deb -[redhat-x64-rpm]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/master/aspnetcore-runtime-latest-rhel.7-x64.rpm +[redhat-x64-rpm]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/master/aspnetcore-runtime-latest-x64.rpm [badge-rel-21]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/release/2.1/aspnetcore-runtime-win-x64-version-badge.svg [win-x64-zip-rel-21]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/release/2.1/aspnetcore-runtime-latest-win-x64.zip diff --git a/build/SharedFxInstaller.targets b/build/SharedFxInstaller.targets index 4e57e789a7..f65716b19a 100644 --- a/build/SharedFxInstaller.targets +++ b/build/SharedFxInstaller.targets @@ -159,7 +159,7 @@ $(RpmCommonArguments);RpmLicense=$(LicenseType) $(RpmCommonArguments);RpmInstallerPrefix=$(SharedFxInstallerName);SharedFxArchive=$(SharedFxIntermediateArchiveFilePrefix)-linux-x64.tar.gz $(RpmCommonArguments);RpmMSummary=$(SharedFxSummary);RpmDescription=$(SharedFxDescription) - RpmFileSuffix=rhel.7-x64.rpm;RpmInstallRoot=$(InstallRoot) + RpmFileSuffix=x64.rpm;RpmInstallRoot=$(InstallRoot) RpmFileSuffix=rh.rhel.7-x64.rpm;RpmInstallRoot=$(RHInstallRoot) $(RpmCommonArguments);$(RpmCommonGenericArguments);RpmArguments=$(RpmGenericSharedFxArguments) diff --git a/build/repo.props b/build/repo.props index 42bc8d2b2f..d7ece91600 100644 --- a/build/repo.props +++ b/build/repo.props @@ -36,7 +36,7 @@ - +