Merge pull request #9031 from johnbeisner/RPMTargetsFix

Fixing build-break in AllLinuxDistrosNativeInstallers; CLI:master
This commit is contained in:
John Beisner 2018-04-09 17:55:00 -07:00 committed by GitHub
commit 98a1ee6a67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,8 +112,8 @@
Glob="$(AfterInstallHostScriptDestinationFile)"
Mode="ugo+x" />
<ReplaceFileContents InputFile="$(ConfigJsonFile)"
DestinationFile="$(RpmLayoutDirectory)$(RpmConfigJsonName)"
<ReplaceFileContents InputFiles="$(ConfigJsonFile)"
DestinationFiles="$(RpmLayoutDirectory)$(RpmConfigJsonName)"
ReplacementItems="@(SDKTokenValue)"/>
<!-- Call the task to build the pre-reqs (parameters, copyright, changelog) for calling the FPM tool -->