diff options
author | Antonio Hernández Blas <hba.nihilismus@gmail.com> | 2010-05-13 00:41:22 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:41:22 +0200 |
commit | b06596e32dc967c33086cabb770a44a2491ea55c (patch) | |
tree | 03b7a0962ce98d7a9e910834665195080c4af8fb /system/plan9port/profile.d | |
parent | 67c881ec34202484a42b5bd8dc172f413a0b5568 (diff) | |
download | slackbuilds-b06596e32dc967c33086cabb770a44a2491ea55c.tar.gz |
system/plan9port: Updated for version 20091211
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, 8 insertions, 0 deletions
diff --git a/system/plan9port/profile.d/plan9port.csh b/system/plan9port/profile.d/plan9port.csh new file mode 100644 index 0000000000..f7ea8e2a33 --- /dev/null +++ b/system/plan9port/profile.d/plan9port.csh @@ -0,0 +1,4 @@ +#!/bin/csh +setenv PLAN9 /opt/plan9 +setenv MANPATH ${MANPATH}:/opt/plan9/man +setenv PATH ${PATH}:/opt/plan9/bin diff --git a/system/plan9port/profile.d/plan9port.sh b/system/plan9port/profile.d/plan9port.sh new file mode 100644 index 0000000000..3596bafcc1 --- /dev/null +++ b/system/plan9port/profile.d/plan9port.sh @@ -0,0 +1,4 @@ +#!/bin/sh +export PLAN9=/opt/plan9 +export MANPATH="$MANPATH:/opt/plan9/man" +export PATH="$PATH:/opt/plan9/bin" |