# HG changeset patch # User John W. Eaton # Date 1427230494 14400 # Node ID 3feb4f13794fde68af1a719cd97f40939049065e # Parent 3909c600a7dbe7b08070f96875d7c5e9225a46da octave-wrapper.in: also set and export GNUPLOT_SHARE_DIR diff -r 3909c600a7db -r 3feb4f13794f octave-wrapper.in --- a/octave-wrapper.in Tue Mar 24 16:54:07 2015 -0400 +++ b/octave-wrapper.in Tue Mar 24 16:54:54 2015 -0400 @@ -18,6 +18,7 @@ FONTCONFIG_PATH="$OCTAVE_HOME/etc/fonts" GNUPLOT_DRIVER_DIR="$OCTAVE_HOME/libexec/gnuplot/@GNUPLOT_MAJOR_MINOR_VERSION@" +GNUPLOT_SHARE_DIR="$OCTAVE_HOME/share/gnuplot/@GNUPLOT_MAJOR_MINOR_VERSION@" export OCTAVE_HOME export PATH @@ -26,5 +27,6 @@ export TERM export FONTCONFIG_PATH export GNUPLOT_DRIVER_DIR +export GNUPLOT_SHARE_DIR exec "$OCTAVE_HOME/bin/@PROGRAM_NAME@-@OCTAVE_VERSION@.real" "$@"