summarylogtreecommitdiffstats
path: root/ncarg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ncarg.sh')
-rw-r--r--ncarg.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/ncarg.sh b/ncarg.sh
new file mode 100644
index 000000000000..e078a8f6bd87
--- /dev/null
+++ b/ncarg.sh
@@ -0,0 +1,12 @@
+export NCARG_ROOT=/usr
+export NCARG_LIB=/usr/lib
+export NCARG_DATABASE=/usr/lib/ncarg/database
+export NCARG_FONTCAPS=/usr/lib/ncarg/fontcaps
+export NCARG_GRAPHCAPS=/usr/lib/ncarg/graphcaps
+export NCARG_NCARG=/usr/lib/ncarg
+export NCARG_MAN=/usr/share/man
+
+# if you need modify the hluresfile file, copy this hluresfile and reset the
+# NCARG_USRRESFILE variable to the new location, and put this in your ~/.bashrc,
+# please not modify this hluresfile file.
+export NCARG_USRRESFILE=/usr/lib/ncarg/hluresfile \ No newline at end of file