mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Copy not move dlls for PY2
This commit is contained in:
parent
8c732b5294
commit
187a420327
@ -248,7 +248,7 @@ Start_Process_and_test_exitcode "$($ini['Settings']['Scripts2Dir'])\pip.exe" "in
|
|||||||
# Move DLL's to Python Root
|
# Move DLL's to Python Root
|
||||||
Write-Output " - $script_name :: Moving PyWin32 DLLs . . ."
|
Write-Output " - $script_name :: Moving PyWin32 DLLs . . ."
|
||||||
# The dlls have to be in Python directory and the site-packages\win32 directory
|
# The dlls have to be in Python directory and the site-packages\win32 directory
|
||||||
Move-Item "$($ini['Settings']['SitePkgs2Dir'])\pywin32_system32\*.dll" "$($ini['Settings']['Python2Dir'])" -Force
|
Copy-Item "$($ini['Settings']['SitePkgs2Dir'])\pywin32_system32\*.dll" "$($ini['Settings']['Python2Dir'])" -Force
|
||||||
Move-Item "$($ini['Settings']['SitePkgs2Dir'])\pywin32_system32\*.dll" "$($ini['Settings']['SitePkgs2Dir'])\win32" -Force
|
Move-Item "$($ini['Settings']['SitePkgs2Dir'])\pywin32_system32\*.dll" "$($ini['Settings']['SitePkgs2Dir'])\win32" -Force
|
||||||
|
|
||||||
# Create gen_py directory
|
# Create gen_py directory
|
||||||
|
Loading…
Reference in New Issue
Block a user