osgeo4w: use package name in build directory

(cherry picked from commit 706431e31d6f0a288856ceeff39d7ce432c20633)
This commit is contained in:
Juergen E. Fischer 2016-10-07 11:23:55 +02:00
parent b567fd0ac8
commit 6db9a37172
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ if "%ARCH%"=="" goto usage
if not "%SHA%"=="" set SHA=-%SHA%
if "%SITE%"=="" set SITE=qgis.org
set BUILDDIR=%CD%\build-nightly-%ARCH%
set BUILDDIR=%CD%\build-%PACKAGE%-%ARCH%
if "%OSGEO4W_ROOT%"=="" (
if "%ARCH%"=="x86" (

View File

@ -29,7 +29,7 @@ if "%ARCH%"=="" goto usage
if not "%SHA%"=="" set SHA=-%SHA%
if "%SITE%"=="" set SITE=qgis.org
set BUILDDIR=%CD%\build-%ARCH%
set BUILDDIR=%CD%\build-%PACKAGE%-%ARCH%
if "%OSGEO4W_ROOT%"=="" (
if "%ARCH%"=="x86" (