Skip to content

Commit

Permalink
osgeo4w: really use package name (fixes 6db9a37)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Oct 7, 2016
1 parent ccb8b0f commit f971b0d
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 f971b0d

Please sign in to comment.