From 3e37e81f91100b881b73186e3bf6baebab89035b Mon Sep 17 00:00:00 2001 From: Rakesh Ranjan Singh Date: Wed, 11 Apr 2018 15:47:03 -0700 Subject: [PATCH] Fix typo Commit migrated from https://github.com/dotnet/core-setup/commit/320217e5afbd123ee40ae39d0c1bc376ad76b904 --- src/installer/pkg/packaging/deb/package.props | 2 +- src/installer/pkg/packaging/rpm/package.targets | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/installer/pkg/packaging/deb/package.props b/src/installer/pkg/packaging/deb/package.props index 0f3022f..4afc479 100644 --- a/src/installer/pkg/packaging/deb/package.props +++ b/src/installer/pkg/packaging/deb/package.props @@ -10,7 +10,7 @@ $(ProductionVersion) - ~$(VersionSuffix) + ~$(VersionSuffix) $(ProductionVersion) ~$(VersionSuffix) diff --git a/src/installer/pkg/packaging/rpm/package.targets b/src/installer/pkg/packaging/rpm/package.targets index 65497b8..1e8e735 100644 --- a/src/installer/pkg/packaging/rpm/package.targets +++ b/src/installer/pkg/packaging/rpm/package.targets @@ -339,12 +339,11 @@ $(RuntimeDepsRpmPackageVersion) - + $(RuntimeDepsRpmPackageRelease) - - + - + -- 2.7.4