Skip to content

Commit 61a0a1e

Browse files
committed
osgeo4w: use package name in build directory
(cherry picked from commit 706431e)
1 parent 5cd7efa commit 61a0a1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ms-windows/osgeo4w/package-nightly.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if "%ARCH%"=="" goto usage
2929
if not "%SHA%"=="" set SHA=-%SHA%
3030
if "%SITE%"=="" set SITE=qgis.org
3131

32-
set BUILDDIR=%CD%\build-nightly-%ARCH%
32+
set BUILDDIR=%CD%\build-%PACKAGE%-%ARCH%
3333

3434
if "%OSGEO4W_ROOT%"=="" (
3535
if "%ARCH%"=="x86" (

ms-windows/osgeo4w/package.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if "%ARCH%"=="" goto usage
2929
if not "%SHA%"=="" set SHA=-%SHA%
3030
if "%SITE%"=="" set SITE=qgis.org
3131

32-
set BUILDDIR=%CD%\build-%ARCH%
32+
set BUILDDIR=%CD%\build-%PACKAGE%-%ARCH%
3333

3434
if "%OSGEO4W_ROOT%"=="" (
3535
if "%ARCH%"=="x86" (

0 commit comments

Comments
 (0)