# HG changeset patch # User John W. Eaton # Date 1428621921 14400 # Node ID d7758bf3793e6238c4671f09d7896a53fa0b8356 # Parent 91d78fc00cc8faf1f4c40312ea9cd6f626bc1e78 octave-wrapper.in: Set GNUPLOT_PS_DIR in environment. diff -r 91d78fc00cc8 -r d7758bf3793e octave-wrapper.in --- 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" "$@"