From 20a7ab075a19925fae6275ea928f1875c2b93509 Mon Sep 17 00:00:00 2001 From: William Li Date: Thu, 27 Jul 2017 11:32:59 -0700 Subject: [PATCH] Add the missing / --- build/package/Installer.RPM.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/package/Installer.RPM.targets b/build/package/Installer.RPM.targets index f152fb43a..f80ba792c 100644 --- a/build/package/Installer.RPM.targets +++ b/build/package/Installer.RPM.targets @@ -56,7 +56,7 @@ $(AspNetCoreVersion)-$(AspNetCoreRelease)-$(AspNetCoreRuntimePackageTimestamp) $(AspNetCoreRuntimePackageBrandName)-$(AspNetCoreVersionAndRelease)-$(AspNetCoreRuntimePackageTimestamp)-$(HostRidInAspNetCoreRuntimeRpmInstallerFileName).rpm $(ScriptsDir)/$(AfterInstallHostScriptName) - $(RpmLayoutScripts)$(AfterInstallHostScriptName) + $(RpmLayoutScripts)/$(AfterInstallHostScriptName)