Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
osgeo4w: use package name in build directory
  • Loading branch information
jef-n committed Oct 7, 2016
1 parent b643364 commit 706431e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ms-windows/osgeo4w/package-nightly.cmd
Expand Up @@ -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" (
Expand Down
2 changes: 1 addition & 1 deletion ms-windows/osgeo4w/package.cmd
Expand Up @@ -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" (
Expand Down

0 comments on commit 706431e

Please sign in to comment.