|
@@ -835,6 +835,10 @@ Section "GRASS" SecGRASS
|
|
|
FileWrite $0 'GRASS_PROJSHARE="$INSTALL_DIR\share\proj"$\r$\n'
|
|
|
FileWrite $0 'export GRASS_PROJSHARE$\r$\n'
|
|
|
FileWrite $0 '$\r$\n'
|
|
|
+ FileWrite $0 '# Set the PROJ_LIB variable$\r$\n'
|
|
|
+ FileWrite $0 'PROJ_LIB="$INSTALL_DIR\share\proj"$\r$\n'
|
|
|
+ FileWrite $0 'export PROJ_LIB $\r$\n'
|
|
|
+ FileWrite $0 '$\r$\n'
|
|
|
FileWrite $0 '# Set the GDAL_DATA variable$\r$\n'
|
|
|
FileWrite $0 'GDAL_DATA="$INSTALL_DIR\share\gdal"$\r$\n'
|
|
|
FileWrite $0 'export GDAL_DATA$\r$\n'
|