From 79faa8f01d309278da0136a2201453573c7c9bbf Mon Sep 17 00:00:00 2001 From: joost Date: Sat, 8 Oct 2016 20:37:24 +0000 Subject: [PATCH] * Add the zip-sourcesuffix to the filename in the manifest git-svn-id: trunk@34677 - --- packages/fpmkunit/src/fpmkunit.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fpmkunit/src/fpmkunit.pp b/packages/fpmkunit/src/fpmkunit.pp index e90514d693..8c85931236 100644 --- a/packages/fpmkunit/src/fpmkunit.pp +++ b/packages/fpmkunit/src/fpmkunit.pp @@ -3611,7 +3611,7 @@ begin Add(' ' + GetXMLVersionString(FVersion.Major,FVersion.Minor,FVersion.Micro,FVersion.Build)); AddOSes(' ',OSes); AddCPUs(' ',CPUs); - Add(Format(' %s',[QuoteXml(FileName + ZipExt)])); + Add(Format(' %s',[QuoteXml(FileName + MakeZipSuffix(cpuNone, osNone) + ZipExt)])); Add(Format(' %s',[QuoteXml(Author)])); Add(Format(' %s',[QuoteXml(License)])); if HomepageURL<>'' then