]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/UPT/InstallPkg.py
Sync BaseTool trunk (version r2474) into EDKII BaseTools.
[mirror_edk2.git] / BaseTools / Source / Python / UPT / InstallPkg.py
index 1c75dad80b1684cb5072fc3fe47affef61eaa0fb..776196e8ea8b44a684c64f265ce6c8f043995343 100644 (file)
@@ -403,7 +403,7 @@ def Main(Options = None):
         DestFile = os.path.normpath(os.path.join(DestDir, DistFileName))\r
         if os.path.exists(DestFile):\r
             FileName, Ext = os.path.splitext(DistFileName)\r
-            NewFileName = FileName + '_' + DistPkg.Header.GetGuid() + '_' + DistPkg.Header.GetVersion() + '.' + Ext\r
+            NewFileName = FileName + '_' + DistPkg.Header.GetGuid() + '_' + DistPkg.Header.GetVersion() + Ext\r
             DestFile = os.path.normpath(os.path.join(DestDir, NewFileName))\r
             if os.path.exists(DestFile):\r
                 #\r