diff options
author | Antonio Hernández Blas <hba.nihilismus@gmail.com> | 2010-08-28 15:07:23 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-29 15:32:15 -0500 |
commit | c3041bca1ea2849208ff355f9e0d1e9f2eccff00 (patch) | |
tree | dd21fc5aff66dff7d2d234e9dc538c1343eb5168 /system/plan9port/profile.d | |
parent | 056131c490721cf57b7917eb467447266b257656 (diff) | |
download | slackbuilds-c3041bca1ea2849208ff355f9e0d1e9f2eccff00.tar.gz |
system/plan9port: Updated for version 20100825.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/plan9port/profile.d')
-rw-r--r-- | system/plan9port/profile.d/plan9port.csh | 4 | ||||
-rw-r--r-- | system/plan9port/profile.d/plan9port.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/plan9port/profile.d/plan9port.csh b/system/plan9port/profile.d/plan9port.csh index f7ea8e2a33..0119f3e35d 100644 --- a/system/plan9port/profile.d/plan9port.csh +++ b/system/plan9port/profile.d/plan9port.csh @@ -1,4 +1,4 @@ #!/bin/csh setenv PLAN9 /opt/plan9 -setenv MANPATH ${MANPATH}:/opt/plan9/man -setenv PATH ${PATH}:/opt/plan9/bin +setenv MANPATH ${MANPATH}:$PLAN9/man +setenv PATH ${PATH}:$PLAN9/bin diff --git a/system/plan9port/profile.d/plan9port.sh b/system/plan9port/profile.d/plan9port.sh index 3596bafcc1..40ad4d01f2 100644 --- a/system/plan9port/profile.d/plan9port.sh +++ b/system/plan9port/profile.d/plan9port.sh @@ -1,4 +1,4 @@ #!/bin/sh export PLAN9=/opt/plan9 -export MANPATH="$MANPATH:/opt/plan9/man" -export PATH="$PATH:/opt/plan9/bin" +export MANPATH="$MANPATH:$PLAN9/man" +export PATH="$PATH:$PLAN9/bin" |