diff options
author | Nitish Ragoomundun <lrugratz@gmail.com> | 2018-08-20 14:29:23 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-08-20 14:33:33 +0100 |
commit | 51a0606143dd2de638178223d0d873e54ab30238 (patch) | |
tree | 78eaf1ceb02a5b87d76ab569bc865e575d59f80e /libraries | |
parent | 581cca6888681b7ce0fb8f3fda44b57cbb5430ab (diff) | |
download | slackbuilds-51a0606143dd2de638178223d0d873e54ab30238.tar.gz |
libraries/pgplot: Updated with small fix in profile.d scripts.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/pgplot/pgplot.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/pgplot/pgplot.SlackBuild b/libraries/pgplot/pgplot.SlackBuild index 75d8f6b230..4dfc169a97 100644 --- a/libraries/pgplot/pgplot.SlackBuild +++ b/libraries/pgplot/pgplot.SlackBuild @@ -112,7 +112,7 @@ export PGPLOT_DIR="/usr/lib${LIBDIRSUFFIX}/$PRGNAM" export LD_LIBRARY_PATH="\$LD_LIBRARY_PATH:/usr/lib${LIBDIRSUFFIX}/$PRGNAM" # uncomment the following line if xwin wanted as default -# export PGPLOT_DEV="/xwin" +# export PGPLOT_DEV="/XWINDOW" EOF cat << EOF > $PKG/etc/profile.d/pgplot.csh @@ -121,7 +121,7 @@ setenv PGPLOT_DIR /usr/lib${LIBDIRSUFFIX}/$PRGNAM setenv LD_LIBRARY_PATH \$LD_LIBRARY_PATH:/usr/lib${LIBDIRSUFFIX}/$PRGNAM # uncomment the following line if xwin wanted as default -# setenv PGPLOT_DEV /xwin +# setenv PGPLOT_DEV /XWINDOW EOF chmod 0755 $PKG/etc/profile.d/pgplot.{sh,csh} |