mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
Chocolatey: Use '.\build' as default build directory
This commit is contained in:
parent
feed379229
commit
d38f4e78c9
@ -5,7 +5,7 @@ if(-not (Test-Path "$($env:ProgramData)\chocolatey\choco.exe")) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (-not (Test-Path env:ICINGA2_BUILDPATH)) {
|
if (-not (Test-Path env:ICINGA2_BUILDPATH)) {
|
||||||
$env:ICINGA2_BUILDPATH = '.\debug'
|
$env:ICINGA2_BUILDPATH = '.\build'
|
||||||
}
|
}
|
||||||
|
|
||||||
if(-not (Test-Path "$($env:ICINGA2_BUILDPATH)\choco\chocolateyInstall.ps1.template")) {
|
if(-not (Test-Path "$($env:ICINGA2_BUILDPATH)\choco\chocolateyInstall.ps1.template")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user