Merge pull request #9031 from johnbeisner/RPMTargetsFix
Fixing build-break in AllLinuxDistrosNativeInstallers; CLI:master
This commit is contained in:
commit
98a1ee6a67
1 changed files with 2 additions and 2 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue