mirror of https://github.com/Icinga/icinga2.git
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)) {
|
||||
$env:ICINGA2_BUILDPATH = '.\debug'
|
||||
$env:ICINGA2_BUILDPATH = '.\build'
|
||||
}
|
||||
|
||||
if(-not (Test-Path "$($env:ICINGA2_BUILDPATH)\choco\chocolateyInstall.ps1.template")) {
|
||||
|
|
Loading…
Reference in New Issue