diff options
author | Fridrich von Stauffenberg <cancellor2@gmail.com> | 2012-05-05 12:28:29 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-05-07 12:18:09 -0500 |
commit | c1cb90953031bd04586b805b853103d6e269699a (patch) | |
tree | e531225943a83fa27edcf39939bf16e6dc1bbdc1 /academic/scilab/profile.d | |
parent | bb60d9dfe62f415056a8b367f5a3e75f3225588d (diff) | |
download | slackbuilds-c1cb90953031bd04586b805b853103d6e269699a.tar.gz |
academic/scilab: Updated for version 5.3.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'academic/scilab/profile.d')
-rw-r--r-- | academic/scilab/profile.d/scilab.csh | 3 | ||||
-rw-r--r-- | academic/scilab/profile.d/scilab.sh | 9 |
2 files changed, 2 insertions, 10 deletions
diff --git a/academic/scilab/profile.d/scilab.csh b/academic/scilab/profile.d/scilab.csh index a1819556e0..fb38836b3c 100644 --- a/academic/scilab/profile.d/scilab.csh +++ b/academic/scilab/profile.d/scilab.csh @@ -1,6 +1,3 @@ #!/bin/csh - setenv PATH ${PATH}:/opt/scilab/bin - setenv PKG_CONFIG_PATH ${PKG_CONFIG_PATH}:/opt/scilab/lib/pkgconfig - diff --git a/academic/scilab/profile.d/scilab.sh b/academic/scilab/profile.d/scilab.sh index 387c42c9c9..18e5f88d18 100644 --- a/academic/scilab/profile.d/scilab.sh +++ b/academic/scilab/profile.d/scilab.sh @@ -1,8 +1,3 @@ #!/bin/sh - -PATH=${PATH}:/opt/scilab/bin -export PATH - -PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/opt/scilab/lib/pkgconfig -export PKG_CONFIG_PATH - +export PATH=${PATH}:/opt/scilab/bin +export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/opt/scilab/lib/pkgconfig |