瀏覽代碼

AMBARI-4525 - Fix Ambari MSI build process

tbeerbower 11 年之前
父節點
當前提交
dcb90c9d2e
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      contrib/ambari-scom/msi/build.cmd

+ 2 - 1
contrib/ambari-scom/msi/build.cmd

@@ -41,7 +41,8 @@ echo MSI build failed
 exit /b 1
 )
 popd || exit /b 1
-copy /y "..\management-pack\Hadoop_MP\Installer\bin\Debug\en-us\AmbariSCOMManagementPack.msi" "%cd%\ambari-scom-mp.msi" || exit /b 1
+copy /y "%cd%\src\ambari-scom.msi" "%cd%\ambari-scom.msi" || exit /b 1
+copy /y "..\management-pack\Hadoop_MP\Installer\bin\Debug\en-us\AmbariSCOMManagementPack.msi" "%cd%\AmbariSCOMManagementPack.msi" || exit /b 1
 
 echo Cleaning 
 del /f /q "%cd%\src\ambari-scom.wixobj"  || exit /b 1