Skip to content

Commit bcaee65

Browse files
committed
fixed OSGeo4W .bat.tmpl for GRASS, followup e6556a2
1 parent 0e567cd commit bcaee65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ms-windows/osgeo4w/package-nightly.cmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,11 @@ if errorlevel 1 (echo creation of registry template & goto error)
257257

258258
set batches=
259259
for %%g IN (%GRASS_VERSIONS%) do (
260-
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversion@/%%g/g' qgis.bat.tmpl >%OSGEO4W_ROOT%\bin\%PACKAGENAME%-g%%g.bat.tmpl
260+
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversion@/%%g/g' qgis-grass.bat.tmpl >%OSGEO4W_ROOT%\bin\%PACKAGENAME%-g%%g.bat.tmpl
261261
if errorlevel 1 (echo creation of desktop template failed & goto error)
262262
set batches=!batches! bin/%PACKAGENAME%-g%%g.bat.tmpl
263263

264-
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversion@/%%g/g' browser.bat.tmpl >%OSGEO4W_ROOT%\bin\%PACKAGENAME%-browser-g%%g.bat.tmpl
264+
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversion@/%%g/g' browser-grass.bat.tmpl >%OSGEO4W_ROOT%\bin\%PACKAGENAME%-browser-g%%g.bat.tmpl
265265
if errorlevel 1 (echo creation of browser template & goto error)
266266
set batches=!batches! bin/%PACKAGENAME%-browser-g%%g.bat.tmpl
267267
)

0 commit comments

Comments
 (0)