Skip to content

Commit 35ddf1f

Browse files
committedOct 7, 2016
osgeo4w: use package name in build directory
(cherry picked from commit 706431e)
1 parent d4317a7 commit 35ddf1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎ms-windows/osgeo4w/package-nightly.cmd

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.