diff options
author | core <eroc@linuxmail.org> | 2010-05-11 20:02:05 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:02:05 +0200 |
commit | 371a877069a62cab6ea2aabab8a22d3fea0a2b3a (patch) | |
tree | 6e0ec08a314814e8031ba526dd90baf4c7fa35d5 /system/plan9port/plan9port.sh | |
parent | be1e4c9cb3bd26c64abbc4420acc466a0e3fe5f2 (diff) | |
download | slackbuilds-371a877069a62cab6ea2aabab8a22d3fea0a2b3a.tar.gz |
system/plan9port: Added to 12.0 repository
Diffstat (limited to 'system/plan9port/plan9port.sh')
-rw-r--r-- | system/plan9port/plan9port.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/plan9port/plan9port.sh b/system/plan9port/plan9port.sh new file mode 100644 index 0000000000..3596bafcc1 --- /dev/null +++ b/system/plan9port/plan9port.sh @@ -0,0 +1,4 @@ +#!/bin/sh +export PLAN9=/opt/plan9 +export MANPATH="$MANPATH:/opt/plan9/man" +export PATH="$PATH:/opt/plan9/bin" |