diff octave-wrapper.in @ 4667:c338241afed1

build-perl: new package
author John W. Eaton <jwe@octave.org>
date Thu, 19 Apr 2018 17:21:35 -0400
parents f3d64fe692e6
children c4899150cfc4
line wrap: on
line diff
--- a/octave-wrapper.in	Thu Apr 19 17:17:45 2018 -0400
+++ b/octave-wrapper.in	Thu Apr 19 17:21:35 2018 -0400
@@ -27,6 +27,8 @@
 
 LIBGL_DRIVERS_PATH="$OCTAVE_HOME/lib/dri"
 
+PERL5LIB="$OCTAVE_HOME/lib/perl5"
+
 QT_PLUGIN_PATH="$OCTAVE_HOME/plugins"
 
 export OCTAVE_HOME
@@ -39,6 +41,7 @@
 export GNUPLOT_SHARE_DIR
 export GNUPLOT_PS_DIR
 export LIBGL_DRIVERS_PATH
+export PERL5LIB
 export QT_PLUGIN_PATH
 
 exec "$OCTAVE_HOME/bin/@PROGRAM_NAME@-@OCTAVE_VERSION@.real" "$@"