Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
f66ea2f1
Commit
f66ea2f1
authored
Jun 02, 2017
by
Guillaume Pasero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: Mantis-1417: fix path to GDAL_DATA for windows packages
parent
b5e15a11
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
SuperBuild/Packaging/Files/otbenv.bash
SuperBuild/Packaging/Files/otbenv.bash
+1
-1
SuperBuild/Packaging/Files/otbenv.cmd
SuperBuild/Packaging/Files/otbenv.cmd
+1
-1
No files found.
SuperBuild/Packaging/Files/otbenv.bash
View file @
f66ea2f1
...
...
@@ -5,7 +5,7 @@ CURRENT_DIR=$(cd -P -- "$(dirname -- "$BASH_SOURCE")" && printf '%s\n' "$(pwd -P
unset
LD_LIBRARY_PATH
PATH
=
$CURRENT_DIR
/bin:
$PATH
GDAL_DATA
=
$CURRENT_DIR
/share/
g
da
l
GDAL_DATA
=
$CURRENT_DIR
/share/da
ta
GEOTIFF_CSV
=
$CURRENT_DIR
/share/epsg_csv
export
PATH
...
...
SuperBuild/Packaging/Files/otbenv.cmd
View file @
f66ea2f1
...
...
@@ -2,6 +2,6 @@ set CURRENT_SCRIPT_DIR=%~dp0
set
PATH
=
%CURRENT_SCRIPT_DIR%
\bin
;
%PATH%
set
GDAL_DATA
=
%CURRENT_SCRIPT_DIR%
\share\
g
da
l
set
GDAL_DATA
=
%CURRENT_SCRIPT_DIR%
\share\da
ta
set
GEOTIFF_CSV
=
%CURRENT_SCRIPT_DIR%
\share\epsg_csv
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment