Skip to content

Commit

Permalink
osgeo4w: really use package name (fixes 6db9a37)
Browse files Browse the repository at this point in the history
(cherry picked from commit f971b0d)
  • Loading branch information
jef-n committed Oct 7, 2016
1 parent fb1da3a commit 93f1246
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-%PACKAGE%-%ARCH%
set BUILDDIR=%CD%\build-%PACKAGENAME%-%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-%PACKAGE%-%ARCH%
set BUILDDIR=%CD%\build-%PACKAGENAME%-%ARCH%

if "%OSGEO4W_ROOT%"=="" (
if "%ARCH%"=="x86" (
Expand Down

0 comments on commit 93f1246

Please sign in to comment.