Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 20a7ab0

Browse files
author
William Li
committed
Add the missing /
1 parent 9e04dcf commit 20a7ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/package/Installer.RPM.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<AspNetCoreRuntimePackageVersion>$(AspNetCoreVersion)-$(AspNetCoreRelease)-$(AspNetCoreRuntimePackageTimestamp)</AspNetCoreRuntimePackageVersion>
5757
<AspNetCoreRuntimeRpmInstallerFileName>$(AspNetCoreRuntimePackageBrandName)-$(AspNetCoreVersionAndRelease)-$(AspNetCoreRuntimePackageTimestamp)-$(HostRidInAspNetCoreRuntimeRpmInstallerFileName).rpm</AspNetCoreRuntimeRpmInstallerFileName>
5858
<AfterInstallHostScriptTemplateFile>$(ScriptsDir)/$(AfterInstallHostScriptName)</AfterInstallHostScriptTemplateFile>
59-
<AfterInstallHostScriptDestinationFile>$(RpmLayoutScripts)$(AfterInstallHostScriptName)</AfterInstallHostScriptDestinationFile>
59+
<AfterInstallHostScriptDestinationFile>$(RpmLayoutScripts)/$(AfterInstallHostScriptName)</AfterInstallHostScriptDestinationFile>
6060
</PropertyGroup>
6161

6262
<PropertyGroup>

0 commit comments

Comments
 (0)