changeset 3884:d7758bf3793e

octave-wrapper.in: Set GNUPLOT_PS_DIR in environment.
author John W. Eaton <jwe@octave.org>
date Thu, 09 Apr 2015 19:25:21 -0400
parents 91d78fc00cc8
children 6a15ad397f1e
files octave-wrapper.in
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/octave-wrapper.in	Mon Apr 06 07:31:24 2015 -0400
+++ b/octave-wrapper.in	Thu Apr 09 19:25:21 2015 -0400
@@ -19,6 +19,7 @@
 
 GNUPLOT_DRIVER_DIR="$OCTAVE_HOME/libexec/gnuplot/@GNUPLOT_MAJOR_MINOR_VERSION@"
 GNUPLOT_SHARE_DIR="$OCTAVE_HOME/share/gnuplot/@GNUPLOT_MAJOR_MINOR_VERSION@"
+GNUPLOT_PS_DIR="$GNUPLOT_SHARE_DIR/PostScript"
 
 export OCTAVE_HOME
 export PATH
@@ -28,5 +29,6 @@
 export FONTCONFIG_PATH
 export GNUPLOT_DRIVER_DIR
 export GNUPLOT_SHARE_DIR
+export GNUPLOT_PS_DIR
 
 exec "$OCTAVE_HOME/bin/@PROGRAM_NAME@-@OCTAVE_VERSION@.real" "$@"