Skip to content

Commit 90662d5

Browse files
committed
osgeo4w: really use package name (fixes 6db9a37)
(cherry picked from commit f971b0d)
1 parent e0c281e commit 90662d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ms-windows/osgeo4w/package-nightly.cmd

+1-1
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-%PACKAGE%-%ARCH%
32+
set BUILDDIR=%CD%\build-%PACKAGENAME%-%ARCH%
3333

3434
if "%OSGEO4W_ROOT%"=="" (
3535
if "%ARCH%"=="x86" (

ms-windows/osgeo4w/package.cmd

+1-1
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-%PACKAGE%-%ARCH%
32+
set BUILDDIR=%CD%\build-%PACKAGENAME%-%ARCH%
3333

3434
if "%OSGEO4W_ROOT%"=="" (
3535
if "%ARCH%"=="x86" (

0 commit comments

Comments
 (0)