summaryrefslogtreecommitdiffstats
path: root/libraries/pgplot
diff options
context:
space:
mode:
author Nitish Ragoomundun2018-08-20 15:29:23 +0200
committer David Spencer2018-08-20 15:33:33 +0200
commit51a0606143dd2de638178223d0d873e54ab30238 (patch)
tree78eaf1ceb02a5b87d76ab569bc865e575d59f80e /libraries/pgplot
parent581cca6888681b7ce0fb8f3fda44b57cbb5430ab (diff)
downloadslackbuilds-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/pgplot')
-rw-r--r--libraries/pgplot/pgplot.SlackBuild4
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}